diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-07-08 12:27:33 -0400 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-07-08 12:27:33 -0400 |
commit | c93f91e33ee25e60683fd05ae0210c9b07f2e2ac (patch) | |
tree | 42b472ba027da4d4c13795deda0ffec58a96f805 | |
parent | 1f67d07c60c37e60052db37fc03d42af482c2d03 (diff) | |
download | jquery-c93f91e33ee25e60683fd05ae0210c9b07f2e2ac.tar.gz jquery-c93f91e33ee25e60683fd05ae0210c9b07f2e2ac.zip |
Remove `undefined` var declarations
-rw-r--r-- | src/intro.js | 2 | ||||
m--------- | src/sizzle | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/intro.js b/src/intro.js index 64032d4ca..1d1640aa3 100644 --- a/src/intro.js +++ b/src/intro.js @@ -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 diff --git a/src/sizzle b/src/sizzle -Subproject 9eebd0b6ac62579f5ec847af1b517bcee9c0bfb +Subproject 70f333eb1f62a779bffa748543b36093e8832bd |