From f810080e8e92278bb5288cba7cc0169481471780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Sat, 31 Aug 2019 01:40:45 +0200 Subject: [PATCH] Deprecated: Fix AMD parameter order Ref gh-4461 --- src/deprecated.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deprecated.js b/src/deprecated.js index 6ca79d514a..11728081c8 100644 --- a/src/deprecated.js +++ b/src/deprecated.js @@ -3,7 +3,7 @@ define( [ "./var/slice", "./var/trim", "./event/alias" -], function( jQuery, trim, slice ) { +], function( jQuery, slice, trim ) { "use strict";