Skip to content

Commit

Permalink
Deprecated: Fix AMD parameter order
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Aug 30, 2019
1 parent 29a9544 commit f810080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deprecated.js
Expand Up @@ -3,7 +3,7 @@ define( [
"./var/slice",
"./var/trim",
"./event/alias"
], function( jQuery, trim, slice ) {
], function( jQuery, slice, trim ) {

"use strict";

Expand Down

0 comments on commit f810080

Please sign in to comment.