Separate jQuery.fn.init into its own module (for lighter core dependencies across all modules)

This commit is contained in:
Timmy Willison
2013-09-09 19:13:01 -05:00
parent d788010aa7
commit 825ac37736
18 changed files with 250 additions and 213 deletions

View File

@@ -1,6 +1,6 @@
define([
"../core",
"../var/rsingleTag",
"./var/rsingleTag",
"../manipulation" // buildFragment
], function( jQuery, rsingleTag ) {