Missing scripts from UI plugin downloader

Missing scripts from UI plugin downloader


It seems that the ui.draggable.ext.js scripts does not get added to
the minified .js file that is generated when clicking the 'download
ui.js' button from the custom UI plugin box.
I am setting up draggables and droppables on the app I am working on
so I checked the boxes next to draggables and droppables and click the
'download ui.js' button. For the most part it works as intended, but I
couldn't get the REVERT functionality to work.
I eventually downloaded the entire UI.zip and included ui.mouse.js,
ui.draggable.js and ui.draggable.ext.js in my page instead of my
custom minified file and the revert option worked.