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/main.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/main.js')
-rw-r--r-- | lib/main.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/main.js b/lib/main.js index 71e4dee..2142798 100644 --- a/lib/main.js +++ b/lib/main.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 rhino: true, forin: 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 // @@ -120,7 +120,7 @@ function initialize(callback) { } }).get(); } - }; + } if (!myStorage.logs) { console.log("myStorage.logs empty!"); |