Deprecated: Fix AMD parameter order

Ref gh-4461
This commit is contained in:
Michał Gołębiowski-Owczarek 2019-08-31 01:40:45 +02:00
parent 29a9544a4f
commit f810080e8e

View File

@ -3,7 +3,7 @@ define( [
"./var/slice",
"./var/trim",
"./event/alias"
], function( jQuery, trim, slice ) {
], function( jQuery, slice, trim ) {
"use strict";