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
{{ message }}
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
If this file will be concatenated with other files, it will enforce Strict Mode on all of the other code it's concatenated with.
Reference (under ```How do you use it?```):
http://www.nczonline.net/blog/2012/03/13/its-time-to-start-using-javascript-strict-mode/
By moving ```'use strict';``` inside the function, we can prevent that and still get the benefits.
0 commit comments