diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-11-27 11:44:19 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-11-27 11:44:19 -0500 |
commit | ecbc13e575316bc83cce1c99b04e84d9b850c105 (patch) | |
tree | ddf540d734b6e6e4a40d32f41c006d87f149fba6 /common/content/mow.js | |
parent | 2ac04ff2200cbb064356ce99301e7585dd54379e (diff) | |
download | pentadactyl-ecbc13e575316bc83cce1c99b04e84d9b850c105.tar.gz |
Kill strict mode for the moment.
Diffstat (limited to 'common/content/mow.js')
-rw-r--r-- | common/content/mow.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/mow.js b/common/content/mow.js index e9989ef9..770929dd 100644 --- a/common/content/mow.js +++ b/common/content/mow.js @@ -4,7 +4,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 */ var MOW = Module("mow", { init: function init() { |