mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Ajax: add serialize to AMD dependencies
Fixes gh-2842
This commit is contained in:
parent
17f0e26ad9
commit
250fd800a1
@ -10,7 +10,8 @@ define( [
|
||||
"./ajax/parseJSON",
|
||||
"./ajax/parseXML",
|
||||
"./event/trigger",
|
||||
"./deferred"
|
||||
"./deferred",
|
||||
"./serialize" // jQuery.param
|
||||
], function( jQuery, document, rnotwhite, location, nonce, rquery ) {
|
||||
|
||||
var
|
||||
|
Loading…
Reference in New Issue
Block a user