Skip to content
Permalink
Browse files
Fix loading tests with AMD (new support module needed core)
  • Loading branch information
timmywil committed Sep 9, 2013
1 parent 8791920 commit 38cb6d9
Showing 1 changed file with 2 additions and 1 deletion.
@@ -1,6 +1,7 @@
define([
"../core",
"../var/support"
], function( support ) {
], function( jQuery, support ) {

(function () {
var pixelPositionVal, boxSizingReliableVal,

0 comments on commit 38cb6d9

Please sign in to comment.