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/lib | |
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/lib')
-rw-r--r-- | data/lib/bugzillaDOMFunctions.js | 2 | ||||
-rw-r--r-- | data/lib/bzpage.js | 2 | ||||
-rw-r--r-- | data/lib/collectingMetadata.js | 2 | ||||
-rw-r--r-- | data/lib/color.js | 2 | ||||
-rw-r--r-- | data/lib/jumpNextBug.js | 2 | ||||
-rw-r--r-- | data/lib/logging-front.js | 2 | ||||
-rw-r--r-- | data/lib/otherButtons.js | 2 | ||||
-rw-r--r-- | data/lib/queries.js | 2 | ||||
-rw-r--r-- | data/lib/rpcutils.js | 2 | ||||
-rw-r--r-- | data/lib/skip-bug.js | 2 | ||||
-rw-r--r-- | data/lib/util.js | 2 |
11 files changed, 22 insertions, 0 deletions
diff --git a/data/lib/bugzillaDOMFunctions.js b/data/lib/bugzillaDOMFunctions.js index aedf131..8d9a991 100644 --- a/data/lib/bugzillaDOMFunctions.js +++ b/data/lib/bugzillaDOMFunctions.js @@ -501,3 +501,5 @@ function parseBZCommentDate(dateString) { +tArr[0]+timeZoneOffset,+tArr[1],+tArr[2],0); return dayObj; }; + +//vim: set ts=2 et sw=2 textwidth=80: diff --git a/data/lib/bzpage.js b/data/lib/bzpage.js index 4bba873..c59ef7a 100644 --- a/data/lib/bzpage.js +++ b/data/lib/bzpage.js @@ -412,3 +412,5 @@ function startup() { } startup(); + +//vim: set ts=2 et sw=2 textwidth=80: diff --git a/data/lib/collectingMetadata.js b/data/lib/collectingMetadata.js index 4ed24b5..8a0160f 100644 --- a/data/lib/collectingMetadata.js +++ b/data/lib/collectingMetadata.js @@ -195,3 +195,5 @@ AttachList.prototype.getAttList = function getAttList(attRE) { AttachList.prototype.forEach = function forEach(fce) { this.attachments.forEach(fce); }; + +//vim: set ts=2 et sw=2 textwidth=80: diff --git a/data/lib/color.js b/data/lib/color.js index 0031c5c..eee8c91 100644 --- a/data/lib/color.js +++ b/data/lib/color.js @@ -260,3 +260,5 @@ Color.prototype.lightColor = function() { var desA = this.hslToRgb(h, s, l); return new Color(desA[0], desA[1], desA[2]); }; + +//vim: set ts=2 et sw=2 textwidth=80: diff --git a/data/lib/jumpNextBug.js b/data/lib/jumpNextBug.js index f21f76a..4f14501 100644 --- a/data/lib/jumpNextBug.js +++ b/data/lib/jumpNextBug.js @@ -56,3 +56,5 @@ } } }()); + +//vim: set ts=2 et sw=2 textwidth=80: diff --git a/data/lib/logging-front.js b/data/lib/logging-front.js index 5874561..2f69d3e 100644 --- a/data/lib/logging-front.js +++ b/data/lib/logging-front.js @@ -141,3 +141,5 @@ function timeSheetRecordsPrinter(records, date) { outStr += "</body></html>"; self.postMessage(new Message("OpenURLinTab", outStr)); }; + +//vim: set ts=2 et sw=2 textwidth=80: diff --git a/data/lib/otherButtons.js b/data/lib/otherButtons.js index 80d9274..7e661c4 100644 --- a/data/lib/otherButtons.js +++ b/data/lib/otherButtons.js @@ -185,3 +185,5 @@ function setBranding(things) { addingEmbelishments(xLogAtts); } + +//vim: set ts=2 et sw=2 textwidth=80: diff --git a/data/lib/queries.js b/data/lib/queries.js index ccb2927..ef05351 100644 --- a/data/lib/queries.js +++ b/data/lib/queries.js @@ -116,3 +116,5 @@ function queryUpstream(qUpBug) { queryUpstreamCallback(text, qUpBug); } } + +//vim: set ts=2 et sw=2 textwidth=80: diff --git a/data/lib/rpcutils.js b/data/lib/rpcutils.js index ee8804a..7094311 100644 --- a/data/lib/rpcutils.js +++ b/data/lib/rpcutils.js @@ -39,3 +39,5 @@ function makeJSONRPCCall(method, params, callback) { req.send(JSON.stringify(msg)); }; + +//vim: set ts=2 et sw=2 textwidth=80: diff --git a/data/lib/skip-bug.js b/data/lib/skip-bug.js index 389eb54..055424e 100644 --- a/data/lib/skip-bug.js +++ b/data/lib/skip-bug.js @@ -14,3 +14,5 @@ function reloadPage() { } reloadPage(); + +//vim: set ts=2 et sw=2 textwidth=80: diff --git a/data/lib/util.js b/data/lib/util.js index 35150d5..23cad6a 100644 --- a/data/lib/util.js +++ b/data/lib/util.js @@ -408,3 +408,5 @@ console.myDebug = function myDebug(str) { } } }; + +//vim: set ts=2 et sw=2 textwidth=80: |