mirror of
https://github.com/jquery/jquery.git
synced 2026-02-02 21:34:57 -05:00
Separate jQuery.fn.init into its own module (for lighter core dependencies across all modules)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
define([
|
||||
"../core",
|
||||
"../var/rsingleTag",
|
||||
"./var/rsingleTag",
|
||||
"../manipulation" // buildFragment
|
||||
], function( jQuery, rsingleTag ) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user