You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: