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 Apr 12, 2024. It is now read-only.
- add 'use strict'; statement to the prefix file
- configure closure compiler to use the ES5 strict mode
- strip all file-specific strict mode flags after concatination
Closesangular#223
this shouldn't be too hard for us and could save us a lot of time hunting down silly bugs
http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/
FF4 already has support for this and I'd expect other browsers to catch up soon as well.
compatibility matrix: http://kangax.github.com/es5-compat-table/
The text was updated successfully, but these errors were encountered: