]> source.dussan.org Git - jquery.git/commitdiff
Ajax: add serialize to AMD dependencies
authorTimmy Willison <timmywillisn@gmail.com>
Tue, 19 Jan 2016 17:37:38 +0000 (12:37 -0500)
committerTimmy Willison <timmywillisn@gmail.com>
Tue, 19 Jan 2016 17:37:41 +0000 (12:37 -0500)
Fixes gh-2842

src/ajax.js

index 195a30a20b92a831dd334745d7f0476cd9fd0528..35b29bab40148f1820098c58fc9ed6be9d2de0c5 100644 (file)
@@ -10,7 +10,8 @@ define( [
        "./ajax/parseJSON",
        "./ajax/parseXML",
        "./event/trigger",
-       "./deferred"
+       "./deferred",
+       "./serialize" // jQuery.param
 ], function( jQuery, document, rnotwhite, location, nonce, rquery ) {
 
 var