forked from mjsarfatti/nestedSortable
-
Notifications
You must be signed in to change notification settings - Fork 213
Open
Description
Just FYI:
// AMD. Register as an anonymous module.
define([
"jquery",
"jquery-ui/ui/sortable" // <-------------- this line
], factory );
nestedSortable/jquery.mjs.nestedSortable.js
Lines 18 to 22 in 1bbc818
| // AMD. Register as an anonymous module. | |
| define([ | |
| "jquery", | |
| "jquery-ui/ui/sortable" | |
| ], factory ); |
Sortable is in jquery-ui/ui/widgets/sortable in jquery-ui version 1.12 and 1.13.
swierczek
Metadata
Metadata
Assignees
Labels
No labels