aboutsummaryrefslogtreecommitdiffstats
path: root/data/tweaks/cc-context.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-09-08 22:20:59 +0200
committerMatěj Cepl <mcepl@redhat.com>2011-10-30 11:03:05 +0100
commit791b62277ce8a172b113b0e7b3c5a4c63cf24159 (patch)
tree696200740a11b47efbf3e7ce4445834393d7e67a /data/tweaks/cc-context.js
parentead3b9bcd8f3a0306a9b2fbd1fd644e7960fb1c4 (diff)
downloadbugzilla-triage-791b62277ce8a172b113b0e7b3c5a4c63cf24159.tar.gz
Add a modeline
// vim: set ts=2 et sw=2 textwidth=80: Fixes #116
Diffstat (limited to 'data/tweaks/cc-context.js')
-rw-r--r--data/tweaks/cc-context.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/tweaks/cc-context.js b/data/tweaks/cc-context.js
index 81b0a2d..f4db63e 100644
--- a/data/tweaks/cc-context.js
+++ b/data/tweaks/cc-context.js
@@ -6,3 +6,5 @@ self.on('click', function(node, data) {
self.on('context', function(node) {
return onBugzillaPage(document.URL);
});
+
+//vim: set ts=2 et sw=2 textwidth=80: