aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test-util.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 /tests/test-util.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 'tests/test-util.js')
-rw-r--r--tests/test-util.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-util.js b/tests/test-util.js
index 126436e..314526d 100644
--- a/tests/test-util.js
+++ b/tests/test-util.js
@@ -234,3 +234,5 @@ var ensureGetBugNo = function(test) {
.assertEqual(bugNo, "serialWacom",
"getting a bug alias; there is no guarantee of getting number!");
};
+
+//vim: set ts=2 et sw=2 textwidth=80: