Skip to content

Commit 40f254b

Browse files
committed
Fix jscs warning
1 parent 6efd0c4 commit 40f254b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jQuery(document).ready(function() {
8686
QUnit.config.requireExpects = true;
8787

8888
var th = new TestHelpers(),
89+
$ = jQuery,
8990
log = th.log,
9091
logOutput = th.logOutput,
9192
click = th.click,
@@ -113,7 +114,6 @@ var th = new TestHelpers(),
113114
{ title: "Sub Item 2", cmd: "sub2" }
114115
] }
115116
],
116-
$ = jQuery,
117117
sauceLabsLog = [];
118118

119119
// SauceLabs integration

0 commit comments

Comments
 (0)