summaryrefslogtreecommitdiffstats
path: root/src/support.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/support.js')
-rw-r--r--src/support.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/support.js b/src/support.js
index a02e97d2e..5880e2310 100644
--- a/src/support.js
+++ b/src/support.js
@@ -1,6 +1,8 @@
define([
"./core",
- "./core/swap"
+ "./core/swap",
+ // This is listed as a dependency for build order, but it's still optional in builds
+ "./core/ready"
], function( jQuery ) {
jQuery.support = (function( support ) {