Tests: use jQuery variable instead of $

For some reason that works with `amd` but not with builded version

Fixes gh-2909
This commit is contained in:
Oleg Gaidarenko 2016-02-13 21:14:46 +03:00
parent a047d4112f
commit 7dbf1c1b2b

View File

@ -514,7 +514,7 @@ QUnit.test( "outside view position (gh-2836)", function( assert ) {
].join( "" ),
stop = assert.async();
parent = $( html );
parent = jQuery( html );
parent.appendTo( "#qunit-fixture" );
parent.one( "scroll", function() {