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
(cherry picked from commit e271f665dd
)
This commit is contained in:
parent
06128a9d77
commit
bd11778168
@ -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