"Uncaught TypeError: base is not a constructor" with custom download
Hey, I have create a custom download
http://jqueryui.com/download/#!version=1.12.1&components=111100010101000010100010110010001000000000000000
/*! jQuery UI - v1.12.1 - 2017-03-13
*
http://jqueryui.com
* Includes: widget.js, position.js, data.js, disable-selection.js, keycode.js, scroll-parent.js, unique-id.js, widgets/sortable.js, widgets/autocomplete.js, widgets/datepicker.js, widgets/menu.js, widgets/mouse.js, widgets/slider.js, effect.js
* Copyright jQuery Foundation and other contributors; Licensed MIT */
and get with jquery 2.2.4
Uncaught TypeError: base is not a constructor
at Function.$.widget
at HTMLDocument.<anonymous>
at fire
at Object.fireWith [as resolveWith]
at Function.ready
at HTMLDocument.completed
I found:
http://stackoverflow.com/questions/2594579/jquery-ui-draggable-js-and-jquery-ui-widget-js-conflict
Is here a bug in custom download?
A version few days old with more plugins working fine
/*! jQuery UI - v1.12.1 - 2017-02-21
*
http://jqueryui.com
* Includes: widget.js, position.js, data.js, disable-selection.js, form-reset-mixin.js, keycode.js, labels.js, scroll-parent.js, unique-id.js, widgets/sortable.js, widgets/autocomplete.js, widgets/datepicker.js, widgets/menu.js, widgets/mouse.js, widgets/selectmenu.js, widgets/slider.js, widgets/tooltip.js, effect.js
* Copyright jQuery Foundation and other contributors; Licensed MIT */
What can I do? :)