mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Deprecated: fix amd mode for the deprecated module
This commit is contained in:
parent
0fb84fa8cc
commit
e271f665dd
@ -71,6 +71,7 @@
|
||||
"CSS",
|
||||
"Data",
|
||||
"Deferred",
|
||||
"Deprecated",
|
||||
"Dimensions",
|
||||
"Effects",
|
||||
"Event",
|
||||
|
@ -1,4 +1,6 @@
|
||||
define( function() {
|
||||
define( [
|
||||
"./core"
|
||||
], function( jQuery ) {
|
||||
|
||||
jQuery.fn.extend( {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user