Manuel QuiƱones Set JS strict mode
Latest commit 9e79ebe Nov 19, 2013 History
Avoid it on purpose in test/karma.conf.js and test/loader.js because
there are no functions there, only settings.

Also fix errors that were silenced before:

- if not using 'new' to instantiate a class, JSHint throws: "Missing
  'new' prefix when invoking a constructor"

- Console errors: "strict mode forbids implicit creation of global
  properties".  Some variables missed 'var'.
0 contributors

Users who have contributed to this file