ucfopen / Materia-Server-Client-Assets

Common Javascript and CSS resources needed for Materia and the Materia Widget Development Kit.
https://ucfopen.github.io/Materia-Docs/
GNU Affero General Public License v3.0
3 stars 10 forks source link

Use strict mode for javascript #41

Open iturgeon opened 5 years ago

iturgeon commented 5 years ago

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 https://github.com/ucfopen/Materia/issues/32