ComputerWolf / SlickNav

Responsive Mobile Menu Plugin for jQuery
MIT License
939 stars 314 forks source link

JS Error: nodes is not defined #91

Closed thomasduenser closed 9 years ago

thomasduenser commented 9 years ago

Following line is false because there should be a "," after "containsAnchor = false" instead of ";"

var a = item.contents(),
      containsAnchor = false;
      nodes = [];
ComputerWolf commented 9 years ago

@thomasduenser, thanks for catching this