Skip to content

Commit

Permalink
Menu: Extend test for destroy method
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed May 21, 2012
1 parent 24b7ff1 commit 9de4da9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/unit/menu/menu_methods.js
Expand Up @@ -42,6 +42,12 @@ test("destroy", function() {
domEqual("#menu1", function() {
$("#menu1").menu().menu("destroy");
});
domEqual("#menu5", function() {
$("#menu5").menu().menu("destroy");
});
domEqual("#menu6", function() {
$("#menu6").menu().menu("destroy");
});
});


Expand Down

0 comments on commit 9de4da9

Please sign in to comment.