diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-09-09 19:13:01 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-09-09 19:13:01 -0500 |
commit | 825ac3773694e0cd23ee74895fd5aeb535b27da4 (patch) | |
tree | b389bf60adbfd0cb06a92f91ca5fc5509f66f197 /src/wrap.js | |
parent | d788010aa724f58090560e83c224d3d140814b51 (diff) | |
download | jquery-825ac3773694e0cd23ee74895fd5aeb535b27da4.tar.gz jquery-825ac3773694e0cd23ee74895fd5aeb535b27da4.zip |
Separate jQuery.fn.init into its own module (for lighter core dependencies across all modules)
Diffstat (limited to 'src/wrap.js')
-rw-r--r-- | src/wrap.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrap.js b/src/wrap.js index a7a1a14c0..b6dce72e6 100644 --- a/src/wrap.js +++ b/src/wrap.js @@ -1,5 +1,6 @@ define([ "./core", + "./core/init", "./traversing" // parent, contents ], function( jQuery ) { |