diff options
author | Doug Kearns <dougkearns@gmail.com> | 2011-03-19 21:28:25 +1100 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2011-03-19 21:28:25 +1100 |
commit | 1b197039a519c6f025ef238c7cbdd180671a69c6 (patch) | |
tree | 81d93b31adee77e77dc34f7581455982bab57549 /common/content/mow.js | |
parent | ebfc3712e6f9ac2c15c97ecbf630ba56b1e45bc6 (diff) | |
download | pentadactyl-1b197039a519c6f025ef238c7cbdd180671a69c6.tar.gz |
Add missing Vim modeline.
Diffstat (limited to 'common/content/mow.js')
-rw-r--r-- | common/content/mow.js | 2 |
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: |