mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
accordion: reverted previous change to test
This commit is contained in:
parent
06702d8b30
commit
5db2f6b7f7
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user