mirror of
https://github.com/jquery/jquery.git
synced 2026-01-31 14:28:13 -05:00
Deprecated: fix amd mode for the deprecated module
This commit is contained in:
@@ -71,6 +71,7 @@
|
||||
"CSS",
|
||||
"Data",
|
||||
"Deferred",
|
||||
"Deprecated",
|
||||
"Dimensions",
|
||||
"Effects",
|
||||
"Event",
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
define( function() {
|
||||
define( [
|
||||
"./core"
|
||||
], function( jQuery ) {
|
||||
|
||||
jQuery.fn.extend( {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user