ucfopen/Materia-Server-Client-Assets

Use strict mode for javascript

Opened this issue · 0 comments

See: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/

It will help us find dumb errors - the only downside is that we don't want to use it globally, otherwise it could break other libraries we're using. But all of our code should be using it.

Created from ucfopen/Materia#32