diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-09-09 19:13:01 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-09-09 22:51:11 -0500 |
commit | 2f627494f28c08e5bba3c32d6c9d9167503322fc (patch) | |
tree | f05e01ccebcf4d8c9db7475083d1d99359cc0402 /src/core/ready.js | |
parent | 6c573391121c61b6e3797005c0fa932ae94ef4d1 (diff) | |
download | jquery-2f627494f28c08e5bba3c32d6c9d9167503322fc.tar.gz jquery-2f627494f28c08e5bba3c32d6c9d9167503322fc.zip |
Separate jQuery.fn.init into its own module (for lighter core dependencies across all modules). Restore proper support property for effects.
Conflicts:
src/attributes/classes.js
src/core.js
src/manipulation.js
src/traversing.js
Diffstat (limited to 'src/core/ready.js')
-rw-r--r-- | src/core/ready.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ready.js b/src/core/ready.js index 8e01c260d..87be24155 100644 --- a/src/core/ready.js +++ b/src/core/ready.js @@ -1,5 +1,6 @@ define([ "../core", + "../core/init", "../deferred" ], function( jQuery ) { |