mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Build: Fix various typos
Thanks @jamesgpearce, @imyousuf
Ref dc4b914a05
This commit is contained in:
committed by
Michał Gołębiowski
parent
b7663eabcd
commit
3f9fda8fab
@@ -88,7 +88,7 @@ test("jQuery.data({})", 25, function() {
|
||||
test("jQuery.data(window)", 25, function() {
|
||||
// remove bound handlers from window object to stop potential false positives caused by fix for #5280 in
|
||||
// transports/xhr.js
|
||||
jQuery( window ).off( "unload" );
|
||||
jQuery( window ).off( "unload" );
|
||||
|
||||
dataTests( window );
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user