mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Fix number of expected select tests from commit 879799fe95
. Thanks to @jitter for the catch.
This commit is contained in:
parent
ab77451843
commit
49f6f34181
@ -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 New Issue
Block a user