aboutsummaryrefslogtreecommitdiffstats
path: root/tests/.jshintrc
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2012-11-03 16:17:16 -0400
committerMike Sherov <mike.sherov@gmail.com>2012-11-03 16:17:16 -0400
commit3df9ea29e644a3dd6345161513dae5823d9b0460 (patch)
tree08bdc053f90d110cb4af39c4de464d92ad8142c6 /tests/.jshintrc
parent68ad80c2922daccba773a9adafe9fb5efcb129a2 (diff)
downloadjquery-ui-3df9ea29e644a3dd6345161513dae5823d9b0460.tar.gz
jquery-ui-3df9ea29e644a3dd6345161513dae5823d9b0460.zip
Dev: remove globals from tests and moved test helpers to correct location - Fixed #8770 Dev: Remove globals and Standardize Test Suite
Diffstat (limited to 'tests/.jshintrc')
-rw-r--r--tests/.jshintrc15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/.jshintrc b/tests/.jshintrc
index c0f0f8d53..9e2881c12 100644
--- a/tests/.jshintrc
+++ b/tests/.jshintrc
@@ -14,27 +14,13 @@
"unused": true,
"predef": [
"asyncTest",
- "container",
"deepEqual",
- "d1",
- "d2",
- "dlg",
"domEqual",
- "drag",
- "dragged",
- "el",
"equal",
- "equalsDate",
"expect",
"Globalize",
- "heightAfter",
- "init",
- "modal",
"module",
- "moved",
"notEqual",
- "offsetAfter",
- "offsetBefore",
"ok",
"QUnit",
"start",
@@ -42,7 +28,6 @@
"stop",
"test",
"TestHelpers",
- "widthAfter",
"JSHINT"
]
} \ No newline at end of file