Skip to content

Commit

Permalink
Merge pull request mozilla#2505 from seanmonstar/2478-jshintrc
Browse files Browse the repository at this point in the history
adding jshintrc files

r+

Thanks for finally taking the time to fix this jankiness.

close mozilla#2478
  • Loading branch information
Shane Tomlinson committed Sep 21, 2012
2 parents de7d2a7 + 5645541 commit 19c473b
Show file tree
Hide file tree
Showing 116 changed files with 89 additions and 200 deletions.
27 changes: 27 additions & 0 deletions .jshintrc
@@ -0,0 +1,27 @@
{
"passfail": false,
"maxerr": 100,
"node": true,
"forin": false,
"boss": true,
"noarg": true,
"undef": true,
"unused": true,
"browser": true,
"laxbreak": true,
"laxcomma": true,
"eqeqeq": true,
"eqnull": true,
"expr": true,
"indent": 2,
"predef": [
"exports",
"require",
"process"
],
"es5": true,
"esnext": true,
"shadow": false,
"supernew": false,
"strict": false
}
27 changes: 27 additions & 0 deletions resources/static/.jshintrc
@@ -0,0 +1,27 @@
{
"passfail": false,
"maxerr": 100,
"browser": true,
"forin": false,
"boss": true,
"noarg": true,
"undef": true,
"laxbreak": true,
"laxcomma": true,
"eqeqeq": true,
"eqnull": true,
"expr": true,
"jquery": true,
"predef": [
"BrowserID",
"_",
"$",
"jQuery",
"gettext",
"Channel",
"WinChan",
"Hub"
],
"shadow": false,
"supernew": false
}
1 change: 0 additions & 1 deletion resources/static/common/js/browser-support.js
@@ -1,4 +1,3 @@
/*globals BrowserID: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
1 change: 0 additions & 1 deletion resources/static/common/js/command.js
@@ -1,4 +1,3 @@
/*globals BrowserID: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
1 change: 0 additions & 1 deletion resources/static/common/js/dom-helpers.js
@@ -1,4 +1,3 @@
/*globals BrowserID: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
1 change: 0 additions & 1 deletion resources/static/common/js/enable_cookies_url.js
@@ -1,4 +1,3 @@
/*global BrowserID: true, gettext: true*/
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
1 change: 0 additions & 1 deletion resources/static/common/js/error-messages.js
@@ -1,4 +1,3 @@
/*global BrowserID: true, gettext: true*/
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
1 change: 0 additions & 1 deletion resources/static/common/js/gettext.js
@@ -1,4 +1,3 @@
/*globals json_locale_data: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
1 change: 0 additions & 1 deletion resources/static/common/js/helpers.js
@@ -1,4 +1,3 @@
/*globals BrowserID: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
1 change: 0 additions & 1 deletion resources/static/common/js/history.js
@@ -1,4 +1,3 @@
/*globals BrowserID: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
1 change: 0 additions & 1 deletion resources/static/common/js/lib/micrajax.js
@@ -1,4 +1,3 @@
/*jshint browser:true, forin: true, laxbreak: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
1 change: 0 additions & 1 deletion resources/static/common/js/mediator.js
@@ -1,4 +1,3 @@
/*globals BrowserID: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
1 change: 0 additions & 1 deletion resources/static/common/js/models/interaction_data.js
@@ -1,4 +1,3 @@
/*globals BrowserID: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
1 change: 0 additions & 1 deletion resources/static/common/js/models/models.js
@@ -1,4 +1,3 @@
/*globals BrowserID: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 0 additions & 2 deletions resources/static/common/js/modules/cookie_check.js
@@ -1,5 +1,3 @@
/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
/*global BrowserID: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 0 additions & 2 deletions resources/static/common/js/modules/development.js
@@ -1,5 +1,3 @@
/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
/*global BrowserID: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 0 additions & 2 deletions resources/static/common/js/modules/dom_module.js
@@ -1,5 +1,3 @@
/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
/*global BrowserID: true*/
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 0 additions & 2 deletions resources/static/common/js/modules/module.js
@@ -1,5 +1,3 @@
/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
/*global BrowserID: true, _:true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 0 additions & 2 deletions resources/static/common/js/modules/page_module.js
@@ -1,5 +1,3 @@
/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
/*global BrowserID: true*/
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
1 change: 0 additions & 1 deletion resources/static/common/js/modules/xhr_delay.js
@@ -1,4 +1,3 @@
/*globals BrowserID: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
1 change: 0 additions & 1 deletion resources/static/common/js/modules/xhr_disable_form.js
@@ -1,4 +1,3 @@
/*globals BrowserID: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 0 additions & 2 deletions resources/static/common/js/network.js
@@ -1,5 +1,3 @@
/*jshint browser: true, forin: true, laxbreak: true */
/*global BrowserID: true, _: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 0 additions & 2 deletions resources/static/common/js/provisioning.js
@@ -1,5 +1,3 @@
/*jshint browser: true, forin: true, laxbreak: true */
/*global BrowserID: true, _: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 0 additions & 2 deletions resources/static/common/js/renderer.js
@@ -1,5 +1,3 @@
/*jshint browser: true, forin: true, laxbreak: true */
/*global BrowserID: true, _: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 0 additions & 2 deletions resources/static/common/js/state_machine.js
@@ -1,5 +1,3 @@
/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
/*globals BrowserID: true, _:true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
1 change: 0 additions & 1 deletion resources/static/common/js/storage.js
Expand Up @@ -2,7 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

/*globals BrowserID: true, console: true */
BrowserID.getStorage = function() {
var storage;

Expand Down
2 changes: 0 additions & 2 deletions resources/static/common/js/tooltip.js
@@ -1,5 +1,3 @@
/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
/*globals BrowserID: true, _:true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 0 additions & 2 deletions resources/static/common/js/user.js
@@ -1,5 +1,3 @@
/*jshint browser:true, forin: true, laxbreak: true */
/*global _: true, BrowserID: true, console: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
1 change: 0 additions & 1 deletion resources/static/common/js/validation.js
@@ -1,4 +1,3 @@
/*globals BrowserID: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 0 additions & 2 deletions resources/static/common/js/xhr.js
@@ -1,5 +1,3 @@
/*jshint browser: true, forin: true, laxbreak: true */
/*global BrowserID: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 0 additions & 2 deletions resources/static/common/js/xhr_transport.js
@@ -1,5 +1,3 @@
/*jshint browser: true, forin: true, laxbreak: true */
/*global BrowserID: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
1 change: 0 additions & 1 deletion resources/static/communication_iframe/start.js
@@ -1,4 +1,3 @@
/*globals BrowserID: true, Channel: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 0 additions & 2 deletions resources/static/dialog/js/misc/helpers.js
@@ -1,5 +1,3 @@
/*jshint browser: true, forin: true, laxbreak: true */
/*global BrowserID: true*/
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 0 additions & 2 deletions resources/static/dialog/js/misc/internal_api.js
@@ -1,5 +1,3 @@
/*jshint browser: true, forin: true, laxbreak: true */
/*global BrowserID: true*/
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 0 additions & 2 deletions resources/static/dialog/js/misc/state.js
@@ -1,5 +1,3 @@
/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
/*global BrowserID: true, URLParse: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 0 additions & 2 deletions resources/static/dialog/js/modules/actions.js
@@ -1,5 +1,3 @@
/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
/*global _: true, BrowserID: true, PageController: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 0 additions & 2 deletions resources/static/dialog/js/modules/add_email.js
@@ -1,5 +1,3 @@
/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
/*global _: true, BrowserID: true, PageController: true, gettext: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 0 additions & 2 deletions resources/static/dialog/js/modules/authenticate.js
@@ -1,5 +1,3 @@
/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
/*global BrowserID:true, PageController: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 0 additions & 2 deletions resources/static/dialog/js/modules/check_registration.js
@@ -1,5 +1,3 @@
/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
/*global BrowserID: true, PageController: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 0 additions & 2 deletions resources/static/dialog/js/modules/dialog.js
@@ -1,5 +1,3 @@
/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
/*global BrowserID: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 0 additions & 2 deletions resources/static/dialog/js/modules/generate_assertion.js
@@ -1,5 +1,3 @@
/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
/*global _: true, BrowserID: true, PageController: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 0 additions & 2 deletions resources/static/dialog/js/modules/is_this_your_computer.js
@@ -1,5 +1,3 @@
/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
/*global BrowserID:true, PageController: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 0 additions & 2 deletions resources/static/dialog/js/modules/pick_email.js
@@ -1,5 +1,3 @@
/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
/*global _: true, BrowserID: true, PageController: true, alert: true, gettext: true*/
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
@@ -1,5 +1,3 @@
/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
/*global BrowserID:true, PageController: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 0 additions & 2 deletions resources/static/dialog/js/modules/provision_primary_user.js
@@ -1,5 +1,3 @@
/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
/*global BrowserID:true, PageController: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 0 additions & 2 deletions resources/static/dialog/js/modules/required_email.js
@@ -1,5 +1,3 @@
/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
/*global _: true, BrowserID: true, PageController: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 0 additions & 2 deletions resources/static/dialog/js/modules/rp_info.js
@@ -1,5 +1,3 @@
/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
/*global _: true, BrowserID: true, PageController: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 0 additions & 2 deletions resources/static/dialog/js/modules/set_password.js
@@ -1,5 +1,3 @@
/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
/*global _: true, BrowserID: true, PageController: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
2 changes: 0 additions & 2 deletions resources/static/dialog/js/modules/verify_primary_user.js
@@ -1,5 +1,3 @@
/*jshint browser:true, jquery: true, forin: true, laxbreak:true */
/*global _: true, BrowserID: true, PageController: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
1 change: 0 additions & 1 deletion resources/static/pages/js/about.js
@@ -1,4 +1,3 @@
/*globals BrowserID:true, $:true*/
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
1 change: 0 additions & 1 deletion resources/static/pages/js/forgot.js
@@ -1,4 +1,3 @@
/*globals BrowserID: true, $:true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
1 change: 0 additions & 1 deletion resources/static/pages/js/index.js
@@ -1,4 +1,3 @@
/*globals BrowserID:true, $:true*/
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
1 change: 0 additions & 1 deletion resources/static/pages/js/manage_account.js
@@ -1,4 +1,3 @@
/*globals BrowserID: true, _: true, confirm: true, format: true, gettext: true, EJS: true */

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
1 change: 0 additions & 1 deletion resources/static/pages/js/page_helpers.js
@@ -1,4 +1,3 @@
/*globals BrowserID: true, _: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
1 change: 0 additions & 1 deletion resources/static/pages/js/signin.js
@@ -1,4 +1,3 @@
/*globals BrowserID:true, gettext:true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
1 change: 0 additions & 1 deletion resources/static/pages/js/start.js
@@ -1,4 +1,3 @@
/*globals BrowserID: true, _: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
1 change: 0 additions & 1 deletion resources/static/pages/js/verify_secondary_address.js
@@ -1,4 +1,3 @@
/*globals BrowserID: true, $:true, URLParse: true */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Expand Down
35 changes: 35 additions & 0 deletions resources/static/test/.jshintrc
@@ -0,0 +1,35 @@
{
"passfail": false,
"maxerr": 100,
"browser": true,
"node": true,
"forin": false,
"boss": true,
"noarg": true,
"undef": true,
"laxbreak": true,
"laxcomma": true,
"eqeqeq": true,
"eqnull": true,
"expr": true,
"jquery": true,
"predef": [
"BrowserID",
"_",
"$",
"jQuery",
"ok",
"equal",
"strictEqual",
"notEqual",
"deepEqual",
"start",
"stop",
"asyncTest",
"test",
"raises",
"module"
],
"shadow": false,
"supernew": false
}

0 comments on commit 19c473b

Please sign in to comment.