mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Fix some gaps in the handling of event data properties. Thanks to @jitter in ff6ceadbfd for the catches.
This commit is contained in:
@@ -1838,7 +1838,7 @@ test("window resize", function() {
|
||||
ok( true, "Resize event fired." );
|
||||
}).resize().unbind("resize");
|
||||
|
||||
ok( !jQuery(window).data("events"), "Make sure all the events are gone." );
|
||||
ok( !jQuery(window).data("__events__"), "Make sure all the events are gone." );
|
||||
});
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user