diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-07-01 22:28:59 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-07-01 22:28:59 +0200 |
commit | 58677ab85f72d45c249b6fc291659953029ad1b4 (patch) | |
tree | a87e7f091b0fa4c3767c322b5ecb1159aea05125 /lib/bzpage.js | |
parent | 7814b326943e3190b6d9ec0f7d77aaa17b6634a2 (diff) | |
download | bugzilla-triage-58677ab85f72d45c249b6fc291659953029ad1b4.tar.gz |
All I want to do in my life is to make jslint happy.
Diffstat (limited to 'lib/bzpage.js')
-rw-r--r-- | lib/bzpage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bzpage.js b/lib/bzpage.js index 14dde0e..c88825d 100644 --- a/lib/bzpage.js +++ b/lib/bzpage.js @@ -1,4 +1,4 @@ -/*jslint 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 */ // Released under the MIT/X11 license // http://www.opensource.org/licenses/mit-license.php "use strict"; |