mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Fix loading tests with AMD (new support module needed core)
This commit is contained in:
parent
8791920183
commit
38cb6d9ed8
@ -1,6 +1,7 @@
|
||||
define([
|
||||
"../core",
|
||||
"../var/support"
|
||||
], function( support ) {
|
||||
], function( jQuery, support ) {
|
||||
|
||||
(function () {
|
||||
var pixelPositionVal, boxSizingReliableVal,
|
||||
|
Loading…
Reference in New Issue
Block a user