tracemonkey
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 15 Feb 2009 21:32:17 +0000 (21:32 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 15 Feb 2009 21:32:17 +0000 (21:32 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12188 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/defaults/preferences/prefs.js

index c772463..a7948eb 100644 (file)
@@ -5,6 +5,10 @@
 // This one is required for XUL Runner
 pref("toolkit.defaultChromeURI", "chrome://open_ils_staff_client/content/main/main.xul");
 
+// Let's try to enable tracemonkey
+pref("javascript.options.jit.chrome", true);
+pref("javascript.options.jit.content", true);
+
 // We'll use this one to help brand some build information into the client, and rely on subversion keywords
 pref("open-ils.repository.headURL","$HeadURL$");
 pref("open-ils.repository.author","$Author$");