]> 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:22:57 +0000 (01:22 +0300)
Follow-up for 8a734344f2566dab5b8d34ecd79ae81ebd8843c5

test/unit/core.js

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