Skip to content

Commit 7dbf1c1

Browse files
committed
Tests: use jQuery variable instead of $
For some reason that works with `amd` but not with builded version Fixes gh-2909
1 parent a047d41 commit 7dbf1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/dimensions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ QUnit.test( "outside view position (gh-2836)", function( assert ) {
514514
].join( "" ),
515515
stop = assert.async();
516516

517-
parent = $( html );
517+
parent = jQuery( html );
518518
parent.appendTo( "#qunit-fixture" );
519519

520520
parent.one( "scroll", function() {

0 commit comments

Comments
 (0)