Remove undefined var declarations

This commit is contained in:
Timmy Willison 2013-07-08 12:27:33 -04:00
parent acdcc6b6a2
commit d355140e27
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

@ -1 +1 @@
Subproject commit 9eebd0b6ac62579f5ec847af1b517bcee9c0bfb2
Subproject commit 70f333eb1f62a779bffa748543b36093e8832bd0