]> source.dussan.org Git - jquery.git/commitdiff
Tests: fix code style issues
authorOleg Gaidarenko <markelog@gmail.com>
Mon, 12 Oct 2015 22:22:57 +0000 (01:22 +0300)
committerOleg Gaidarenko <markelog@gmail.com>
Mon, 12 Oct 2015 22:23:30 +0000 (01:23 +0300)
Cherry-picked from 625bd303d99408bca86b7002cd42b8716e2b267e
Follow-up for c7cf28681eeb2a7f6d71e5e17b293c252900bda7

test/unit/core.js

index c6d68df2d5a84f0d9970842f64cb084671b0347f..a9b1fc802b727da71ef9b57571b418814ce21334 100644 (file)
@@ -268,7 +268,7 @@ QUnit.test( "type for `Symbol`", function( assert ) {
        // Prevent reference errors
        if( typeof Symbol !== "function" ) {
                assert.expect( 0 );
-               return
+               return;
        }
 
        assert.expect( 2 );