mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Tests: Fixed accidental use of comma instead of semicolon.
This commit is contained in:
parent
e628d0e4ba
commit
dc380ee695
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user