]> source.dussan.org Git - jquery.git/commitdiff
Deprecated: Fix AMD parameter order
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Fri, 30 Aug 2019 23:40:45 +0000 (01:40 +0200)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Fri, 30 Aug 2019 23:40:45 +0000 (01:40 +0200)
Ref gh-4461

src/deprecated.js

index 6ca79d514a213e5234a88464382b5f718791f8b3..11728081c8878592420423ca58f7b21012142fa3 100644 (file)
@@ -3,7 +3,7 @@ define( [
        "./var/slice",
        "./var/trim",
        "./event/alias"
-], function( jQuery, trim, slice ) {
+], function( jQuery, slice, trim ) {
 
 "use strict";