mirror of
https://github.com/jquery/jquery.git
synced 2026-01-23 23:18:02 -05:00
Remove undefined var declarations
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
}
|
||||
|
||||
// Pass this, window may not be defined yet
|
||||
}(this, function ( window, undefined ) {
|
||||
}(this, function ( window ) {
|
||||
|
||||
// Can't do this because several apps including ASP.NET trace
|
||||
// the stack via arguments.caller.callee and Firefox dies if
|
||||
|
||||
Submodule src/sizzle updated: 9eebd0b6ac...70f333eb1f
Reference in New Issue
Block a user