aboutsummaryrefslogtreecommitdiffstats
path: root/src/jquery.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/jquery.js')
-rw-r--r--src/jquery.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/jquery.js b/src/jquery.js
index 2c63e3606..ef8745c7b 100644
--- a/src/jquery.js
+++ b/src/jquery.js
@@ -5,7 +5,6 @@ define([
"./callbacks",
"./deferred",
"./core/ready",
- "./support",
"./data",
"./queue",
"./queue/delay",
@@ -16,7 +15,7 @@ define([
"./manipulation/_evalUrl",
"./wrap",
"./css",
- "./css/hidden-visible-selectors",
+ "./css/hiddenVisibleSelectors",
"./serialize",
"./ajax",
"./ajax/xhr",
@@ -24,7 +23,7 @@ define([
"./ajax/jsonp",
"./ajax/load",
"./effects",
- "./effects/animated-selector",
+ "./effects/animatedSelector",
"./offset",
"./dimensions",
"./deprecated",