aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/testsuite.js
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2013-08-31 03:12:22 +0200
committerFelix Nagel <info@felixnagel.com>2013-08-31 03:12:22 +0200
commitcf6dbd8b6bd37362fed0dc4ba72d0d0379bffb1b (patch)
treee4710ae5c790d35f4f18b7e1e7c9603d88bb5a90 /tests/unit/testsuite.js
parentd668c94e3e62750e6277fe1dfb9b5faaabd84d2a (diff)
parenteae2c4b358af3ebfae258abfe77eeace48fcefcb (diff)
downloadjquery-ui-cf6dbd8b6bd37362fed0dc4ba72d0d0379bffb1b.tar.gz
jquery-ui-cf6dbd8b6bd37362fed0dc4ba72d0d0379bffb1b.zip
Merge branch 'master' into selectmenu
Diffstat (limited to 'tests/unit/testsuite.js')
-rw-r--r--tests/unit/testsuite.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/testsuite.js b/tests/unit/testsuite.js
index 6e840f415..cef24e93b 100644
--- a/tests/unit/testsuite.js
+++ b/tests/unit/testsuite.js
@@ -83,7 +83,7 @@ TestHelpers.testJshint = function( module ) {
globals = jshintrc.globals || {};
delete jshintrc.globals;
- passed = JSHINT( source, jshintrc, globals ),
+ passed = JSHINT( source, jshintrc, globals );
errors = $.map( JSHINT.errors, function( error ) {
// JSHINT may report null if there are too many errors
if ( !error ) {