mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 06:04:57 -05: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:
@@ -488,7 +488,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() {
|
||||
|
||||
Reference in New Issue
Block a user