Skip to content

Commit

Permalink
accordion: reverted previous change to test
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Sep 15, 2009
1 parent 06702d8 commit 5db2f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/accordion/accordion_methods.js
Expand Up @@ -130,7 +130,7 @@ test("activate, string expression", function() {
ac.accordion("activate", ":eq(1)");
state(ac, 0, 1, 0);
ac.accordion("activate", ":last");
state(ac, 0, 1, 1);
state(ac, 0, 0, 1);
});
//[ 0, 1, 1 ] result: [ 0, 0, 1 ]
//[ 0, 1, 1] result: [ 0, 0, 1]
Expand Down

0 comments on commit 5db2f6b

Please sign in to comment.