Skip to content

Commit b351776

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

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
@@ -490,7 +490,7 @@ QUnit.test( "outside view position (gh-2836)", function( assert ) {
490490
].join( "" ),
491491
stop = assert.async();
492492

493-
parent = $( html );
493+
parent = jQuery( html );
494494
parent.appendTo( "#qunit-fixture" );
495495

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

0 commit comments

Comments
 (0)