diff options
author | Kris Maglione <maglione.k@gmail.com> | 2012-11-27 23:34:16 -0800 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2012-11-27 23:34:16 -0800 |
commit | 621ff6a37a6d3c56a9ae45b1d1fa414f6f837e09 (patch) | |
tree | 4701e3dd2995e39063bbc48847c53621b39f0cbe /common/content/help.js | |
parent | df81bcb1f9d2fba3bbe8374f520c0ad0eee30ffe (diff) | |
download | pentadactyl-621ff6a37a6d3c56a9ae45b1d1fa414f6f837e09.tar.gz |
Death to E4X and stuff.
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 0bde1ee4..9faf7a2a 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; |