diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-09-08 22:20:59 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-10-30 11:03:05 +0100 |
commit | 791b62277ce8a172b113b0e7b3c5a4c63cf24159 (patch) | |
tree | 696200740a11b47efbf3e7ce4445834393d7e67a /data/mozlib/mozpage.js | |
parent | ead3b9bcd8f3a0306a9b2fbd1fd644e7960fb1c4 (diff) | |
download | bugzilla-triage-791b62277ce8a172b113b0e7b3c5a4c63cf24159.tar.gz |
Add a modeline
// vim: set ts=2 et sw=2 textwidth=80:
Fixes #116
Diffstat (limited to 'data/mozlib/mozpage.js')
-rw-r--r-- | data/mozlib/mozpage.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/mozlib/mozpage.js b/data/mozlib/mozpage.js index 81eb4fb..aa7a7c9 100644 --- a/data/mozlib/mozpage.js +++ b/data/mozlib/mozpage.js @@ -99,3 +99,5 @@ function MozCentralCommandDispatch(cmdLabel, cmdParams) { break; } } + +//vim: set ts=2 et sw=2 textwidth=80: |