Skip to content

Commit

Permalink
Merge pull request #1 from xpressengine/fix/amd-path-change
Browse files Browse the repository at this point in the history
fix: AMD path
  • Loading branch information
bi-kim authored May 12, 2023
2 parents 1bbc818 + 1fcf708 commit a33866b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.mjs.nestedSortable.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// AMD. Register as an anonymous module.
define([
"jquery",
"jquery-ui/ui/sortable"
"jquery-ui/widgets/sortable"
], factory );
} else {

Expand Down

0 comments on commit a33866b

Please sign in to comment.