Skip to content

Commit

Permalink
Merge pull request #26 from lmeurer/master
Browse files Browse the repository at this point in the history
Bugfix in masterMenu to correct the bug when you call twice the metisMenu() function
  • Loading branch information
onokumus committed Oct 20, 2014
2 parents 1fe30b4 + a62f419 commit d3d4d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/metisMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
},

remove: function() {
this.element.off("." + pluginName);
this.element.find('a').off("." + pluginName);
this.element.removeData(pluginName);
}

Expand Down

0 comments on commit d3d4d70

Please sign in to comment.