who needs this much noise in the javascript console? javascript.options.strict =...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 15 Feb 2011 19:00:47 +0000 (19:00 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 15 Feb 2011 19:00:47 +0000 (19:00 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@19445 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/external/developers.js

index a3836c1..bbf12ce 100644 (file)
@@ -1,6 +1,6 @@
 // Developer options
 pref("browser.dom.window.dump.enabled",true);
-pref("javascript.options.strict",true);
+pref("javascript.options.strict",false);
 pref("javascript.options.showInConsole",true);
 pref("nglayout.debug.disable_xul_cache",true);
 pref("nglayout.debug.disable_xul_fastload",true);