mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Fixes #13760. Pass window, not this to the main IIFE. Closes gh-1238
This commit is contained in:
parent
ac9cad19fa
commit
e80117adb4
@ -1,2 +1,2 @@
|
|||||||
|
|
||||||
})( this );
|
})( window );
|
||||||
|
Loading…
Reference in New Issue
Block a user