]> git.donarmstrong.com Git - dactyl.git/blobdiff - common/content/eval.js
Import r6948 from upstream hg supporting Firefox up to 24.*
[dactyl.git] / common / content / eval.js
index 49298d92b3bd7481a63871f92d87867b4430bcfa..5ef095192ef5811b3fe3fb3f977a38b5af4f4b23 100644 (file)
@@ -4,9 +4,9 @@ catch (e) { __dactyl_eval_error = e; }
 // IMPORTANT: The eval statement *must* remain on the first line
 // in order for line numbering in any errors to remain correct.
 
-// Copyright (c) 2008-2010 by Kris Maglione <maglione.k at Gmail>
+// Copyright (c) 2008-2012 Kris Maglione <maglione.k at Gmail>
 //
 // This work is licensed for reuse under an MIT license. Details are
 // given in the LICENSE.txt file included with this file.
 
-// vim: set fdm=marker sw=4 ts=4 et:
+// vim: set fdm=marker sw=4 sts=4 ts=8 et: