[open-ils-commits] r19462 - branches/rel_2_1/Open-ILS/xul/staff_client/external (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Feb 16 23:20:21 EST 2011


Author: phasefx
Date: 2011-02-16 23:20:19 -0500 (Wed, 16 Feb 2011)
New Revision: 19462

Modified:
   branches/rel_2_1/Open-ILS/xul/staff_client/external/developers.js
Log:
who needs this much noise in the javascript console? javascript.options.strict = false


Modified: branches/rel_2_1/Open-ILS/xul/staff_client/external/developers.js
===================================================================
--- branches/rel_2_1/Open-ILS/xul/staff_client/external/developers.js	2011-02-17 04:18:27 UTC (rev 19461)
+++ branches/rel_2_1/Open-ILS/xul/staff_client/external/developers.js	2011-02-17 04:20:19 UTC (rev 19462)
@@ -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);



More information about the open-ils-commits mailing list