Fix loading tests with AMD (new support module needed core)

This commit is contained in:
Timmy Willison 2013-09-09 09:49:49 -04:00
parent 8791920183
commit 38cb6d9ed8

View File

@ -1,6 +1,7 @@
define([ define([
"../core",
"../var/support" "../var/support"
], function( support ) { ], function( jQuery, support ) {
(function () { (function () {
var pixelPositionVal, boxSizingReliableVal, var pixelPositionVal, boxSizingReliableVal,