Skip to content

Commit

Permalink
Remove undefined var declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Jul 8, 2013
1 parent 1f67d07 commit c93f91e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/intro.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/sizzle

0 comments on commit c93f91e

Please sign in to comment.