aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorOleg Gaidarenko <markelog@gmail.com>2016-02-13 21:14:46 +0300
committerOleg Gaidarenko <markelog@gmail.com>2016-02-13 21:22:15 +0300
commitfc5079146999d86f9a5d123dc7bd33fd03edcd35 (patch)
treefecdeb500aef1f56eef2bb2d15be583da3feda2e /test
parent43a0b5e09de3c363c7eb752ce77427a9159d0466 (diff)
downloadjquery-fc5079146999d86f9a5d123dc7bd33fd03edcd35.tar.gz
jquery-fc5079146999d86f9a5d123dc7bd33fd03edcd35.zip
Tests: use `jQuery` variable instead of `$`
For some reason that works with `amd` but not with builded version Fixes gh-2909
Diffstat (limited to 'test')
-rw-r--r--test/unit/dimensions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/dimensions.js b/test/unit/dimensions.js
index 0b568dd86..704f27c64 100644
--- a/test/unit/dimensions.js
+++ b/test/unit/dimensions.js
@@ -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() {