mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 15:34:56 -05:00
Wrap: Declare a dependency on the manipulation module
Fixes #15121 Closes gh-1589
This commit is contained in:
committed by
Timmy Willison
parent
479e37f436
commit
6cb17c8ea4
@@ -1,6 +1,7 @@
|
||||
define([
|
||||
"./core",
|
||||
"./core/init",
|
||||
"./manipulation", // clone
|
||||
"./traversing" // parent, contents
|
||||
], function( jQuery ) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user