Fix #10814. Fix #14084. Make support tests lazy and broken out to components.

This commit is contained in:
Michał Gołębiowski
2013-09-02 19:21:09 +02:00
parent 9035cab8c8
commit badcd1b6f3
35 changed files with 1035 additions and 633 deletions

4
src/jquery.js vendored
View File

@@ -16,7 +16,7 @@ define([
"./manipulation/_evalUrl",
"./wrap",
"./css",
"./css/hidden-visible-selectors",
"./css/hiddenVisibleSelectors",
"./serialize",
"./ajax",
"./ajax/xhr",
@@ -24,7 +24,7 @@ define([
"./ajax/jsonp",
"./ajax/load",
"./effects",
"./effects/animated-selector",
"./effects/animatedSelector",
"./offset",
"./dimensions",
"./deprecated",