mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
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:
parent
a047d4112f
commit
7dbf1c1b2b
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user