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 1b4435bb47
commit b3517760a3

View File

@ -490,7 +490,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() {