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/help.js | |
parent | 2ac04ff2200cbb064356ce99301e7585dd54379e (diff) | |
download | pentadactyl-ecbc13e575316bc83cce1c99b04e84d9b850c105.tar.gz |
Kill strict mode for the moment.
Diffstat (limited to 'common/content/help.js')
-rw-r--r-- | common/content/help.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/help.js b/common/content/help.js index 9faf7a2a..0bde1ee4 100644 --- a/common/content/help.js +++ b/common/content/help.js @@ -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 */ function checkFragment() { document.title = document.getElementsByTagNameNS("http://www.w3.org/1999/xhtml", "title")[0].textContent; |