Fix number of expected select tests from commit 879799fe95. Thanks to @jitter for the catch.

This commit is contained in:
John Resig 2010-09-29 05:41:27 -07:00
parent ab77451843
commit 49f6f34181

View file

@ -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" );