Fix number of expected select tests from commit 879799fe95
. Thanks to @jitter for the catch.
This commit is contained in:
parent
ab77451843
commit
49f6f34181
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ test("bind(), iframes", function() {
|
|||
});
|
||||
|
||||
test("bind(), trigger change on select", function() {
|
||||
expect(4);
|
||||
expect(5);
|
||||
var counter = 0;
|
||||
function selectOnChange(event) {
|
||||
equals( event.data, counter++, "Event.data is not a global event object" );
|
||||
|
|
Loading…
Reference in a new issue