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:54 +0300
commitb3517760a36247edd03c0a1a9fb91ffd62b71893 (patch)
treebabb0cac6ad0eb1c5d8256fd5d59d8fd8aa733b2 /test
parent1b4435bb47765bc69f35221343ba45af95811320 (diff)
downloadjquery-b3517760a36247edd03c0a1a9fb91ffd62b71893.tar.gz
jquery-b3517760a36247edd03c0a1a9fb91ffd62b71893.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 af269de90..6e850f208 100644
--- a/test/unit/dimensions.js
+++ b/test/unit/dimensions.js
@@ -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() {