Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move use strict into the anonymous function? #44

Open
lovett opened this issue Jun 27, 2013 · 1 comment
Open

Move use strict into the anonymous function? #44

lovett opened this issue Jun 27, 2013 · 1 comment

Comments

@lovett
Copy link
Contributor

lovett commented Jun 27, 2013

The current placement of the use strict statement makes it slightly awkward to concatenate jquery.indexeddb.js with other files. If it were inside the anonymous function, it would only affect that function. Right now it affects the current file--which in certain scenarios could include other libraries that aren't necessarily robust enough for use strict.

@axemclion
Copy link
Owner

@lovett Can you send a pull request with this change to the incoming-pr branch ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants