]> git.donarmstrong.com Git - dactyl.git/blobdiff - common/content/help.js
Import r6948 from upstream hg supporting Firefox up to 24.*
[dactyl.git] / common / content / help.js
index 0bde1ee4c4c5c6fe6887f2fddb3be04f8395141b..1d921fac5c4c1e49f0266aed435545401cef5b51 100644 (file)
@@ -1,8 +1,8 @@
-// Copyright (c) 2009-2011 by Kris Maglione <kris@vimperator.org>
+// Copyright (c) 2009-2012 Kris Maglione <kris@vimperator.org>
 //
 // 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;
@@ -24,4 +24,4 @@ function checkFragment() {
 document.addEventListener("load", checkFragment, true);
 document.addEventListener("hashChange", checkFragment, true);
 
-// vim: set fdm=marker sw=4 ts=4 et:
+// vim: set fdm=marker sw=4 sts=4 ts=8 et: