summaryrefslogtreecommitdiff
path: root/common/modules/services.jsm
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2011-11-27 11:44:19 -0500
committerKris Maglione <maglione.k@gmail.com>2011-11-27 11:44:19 -0500
commitecbc13e575316bc83cce1c99b04e84d9b850c105 (patch)
treeddf540d734b6e6e4a40d32f41c006d87f149fba6 /common/modules/services.jsm
parent2ac04ff2200cbb064356ce99301e7585dd54379e (diff)
downloadpentadactyl-ecbc13e575316bc83cce1c99b04e84d9b850c105.tar.gz
Kill strict mode for the moment.
Diffstat (limited to 'common/modules/services.jsm')
-rw-r--r--common/modules/services.jsm2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/modules/services.jsm b/common/modules/services.jsm
index 97e25646..d47da247 100644
--- a/common/modules/services.jsm
+++ b/common/modules/services.jsm
@@ -2,7 +2,7 @@
//
// This work is licensed for reuse under an MIT license. Details are
// given in the LICENSE.txt file included with this file.
-"use strict";
+/* use strict */
try {