summaryrefslogtreecommitdiff
path: root/common/content/help.js
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2012-11-27 23:34:16 -0800
committerKris Maglione <maglione.k@gmail.com>2012-11-27 23:34:16 -0800
commit621ff6a37a6d3c56a9ae45b1d1fa414f6f837e09 (patch)
tree4701e3dd2995e39063bbc48847c53621b39f0cbe /common/content/help.js
parentdf81bcb1f9d2fba3bbe8374f520c0ad0eee30ffe (diff)
downloadpentadactyl-621ff6a37a6d3c56a9ae45b1d1fa414f6f837e09.tar.gz
Death to E4X and stuff.
Diffstat (limited to 'common/content/help.js')
-rw-r--r--common/content/help.js2
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;