summaryrefslogtreecommitdiff
path: root/common/content/mow.js
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2011-03-19 21:28:25 +1100
committerDoug Kearns <dougkearns@gmail.com>2011-03-19 21:28:25 +1100
commit1b197039a519c6f025ef238c7cbdd180671a69c6 (patch)
tree81d93b31adee77e77dc34f7581455982bab57549 /common/content/mow.js
parentebfc3712e6f9ac2c15c97ecbf630ba56b1e45bc6 (diff)
downloadpentadactyl-1b197039a519c6f025ef238c7cbdd180671a69c6.tar.gz
Add missing Vim modeline.
Diffstat (limited to 'common/content/mow.js')
-rw-r--r--common/content/mow.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/content/mow.js b/common/content/mow.js
index ab268002..d0afda6f 100644
--- a/common/content/mow.js
+++ b/common/content/mow.js
@@ -393,3 +393,5 @@ var MOW = Module("mow", {
"boolean", true);
}
});
+
+// vim: set fdm=marker sw=4 ts=4 et: