aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bzpage.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-07-28 23:18:26 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-07-28 23:18:26 +0200
commita8b165e517794a58ba3e2382668666422233a0dc (patch)
tree49ec36be09aa85f919052f4d320a889a619d4e20 /lib/bzpage.js
parentb7ea22f4a15e3187011bd32aab8616bc1eb306b0 (diff)
downloadbugzilla-triage-a8b165e517794a58ba3e2382668666422233a0dc.tar.gz
We check this.response.status everywhere
- plus make jslint a little bit more sane (eqeqeq: false).
Diffstat (limited to 'lib/bzpage.js')
-rw-r--r--lib/bzpage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bzpage.js b/lib/bzpage.js
index 981b641..5e81a74 100644
--- a/lib/bzpage.js
+++ b/lib/bzpage.js
@@ -1,4 +1,4 @@
-/*jslint forin: true, rhino: true, onevar: false, browser: true, evil: true, laxbreak: true, undef: true, nomen: true, eqeqeq: true, bitwise: true, maxerr: 1000, immed: false, white: false, plusplus: false, regexp: false, undef: false */
+/*jslint forin: true, rhino: true, onevar: false, browser: true, evil: true, laxbreak: true, undef: true, nomen: true, eqeqeq: true, bitwise: true, maxerr: 1000, immed: false, white: false, plusplus: false, regexp: false, undef: false, strict: true */
// Released under the MIT/X11 license
// http://www.opensource.org/licenses/mit-license.php
"use strict";