aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorOleg Gaidarenko <markelog@gmail.com>2015-10-13 01:22:57 +0300
committerOleg Gaidarenko <markelog@gmail.com>2015-10-13 01:22:57 +0300
commit625bd303d99408bca86b7002cd42b8716e2b267e (patch)
treea126061a2ca4542edb3e240d7822814bcfac5f93 /test
parent8a734344f2566dab5b8d34ecd79ae81ebd8843c5 (diff)
downloadjquery-625bd303d99408bca86b7002cd42b8716e2b267e.tar.gz
jquery-625bd303d99408bca86b7002cd42b8716e2b267e.zip
Tests: fix code style issues
Follow-up for 8a734344f2566dab5b8d34ecd79ae81ebd8843c5
Diffstat (limited to 'test')
-rw-r--r--test/unit/core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/core.js b/test/unit/core.js
index 42bfe91c1..1ed266318 100644
--- a/test/unit/core.js
+++ b/test/unit/core.js
@@ -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 );