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 /lib/cookiemanager.js | |
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 'lib/cookiemanager.js')
-rw-r--r-- | lib/cookiemanager.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/cookiemanager.js b/lib/cookiemanager.js index 6eac7f7..d974787 100644 --- a/lib/cookiemanager.js +++ b/lib/cookiemanager.js @@ -51,3 +51,5 @@ exports.getHostCookies = function getHostCookies(host) { return result; }; + +//vim: set ts=2 et sw=2 textwidth=80: |