mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Wrap: Declare a dependency on the manipulation module
Fixes #15121 Closes gh-1589
This commit is contained in:
parent
d41e81980e
commit
c18c6229c8
@ -1,6 +1,7 @@
|
|||||||
define([
|
define([
|
||||||
"./core",
|
"./core",
|
||||||
"./core/init",
|
"./core/init",
|
||||||
|
"./manipulation", // clone
|
||||||
"./traversing" // parent, contents
|
"./traversing" // parent, contents
|
||||||
], function( jQuery ) {
|
], function( jQuery ) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user