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:16:12 +0100 |
commit | ee8ef3540812cdfa9009ff2947f8bded1ee71228 (patch) | |
tree | ced926bc2411ba9d2f1e60cd74c25322b5b930d7 /data/rhlib/rhbzpage.js | |
parent | 2eb7a75b8a7a5edbd350815bef678b1f67d2c7c1 (diff) | |
download | bugzilla-triage-ee8ef3540812cdfa9009ff2947f8bded1ee71228.tar.gz |
Add a modeline
// vim: set ts=2 et sw=2 textwidth=80:
Fixes #116
Diffstat (limited to 'data/rhlib/rhbzpage.js')
-rw-r--r-- | data/rhlib/rhbzpage.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/rhlib/rhbzpage.js b/data/rhlib/rhbzpage.js index eb10238..9dd4aa2 100644 --- a/data/rhlib/rhbzpage.js +++ b/data/rhlib/rhbzpage.js @@ -494,3 +494,5 @@ function RHBZinit(things) { changeAssignee(null); }, false); } + +//vim: set ts=2 et sw=2 textwidth=80: |