aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pagemod-test-helpers.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:16:12 +0100
commitee8ef3540812cdfa9009ff2947f8bded1ee71228 (patch)
treeced926bc2411ba9d2f1e60cd74c25322b5b930d7 /tests/pagemod-test-helpers.js
parent2eb7a75b8a7a5edbd350815bef678b1f67d2c7c1 (diff)
downloadbugzilla-triage-ee8ef3540812cdfa9009ff2947f8bded1ee71228.tar.gz
Add a modeline
// vim: set ts=2 et sw=2 textwidth=80: Fixes #116
Diffstat (limited to 'tests/pagemod-test-helpers.js')
-rw-r--r--tests/pagemod-test-helpers.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pagemod-test-helpers.js b/tests/pagemod-test-helpers.js
index aa01e96..dae6aad 100644
--- a/tests/pagemod-test-helpers.js
+++ b/tests/pagemod-test-helpers.js
@@ -54,3 +54,5 @@ exports.testPageMod = function testPageMod(test, testURL, pageModOptions,
return pageMods;
}
+
+//vim: set ts=2 et sw=2 textwidth=80: