Remove undefined var declarations

This commit is contained in:
Timmy Willison
2013-07-08 12:27:33 -04:00
parent 1f67d07c60
commit c93f91e33e
2 changed files with 2 additions and 2 deletions

View File

@@ -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