Upgrade underscore to newest version.
FEDX-24
This commit is contained in:
@@ -359,12 +359,12 @@ define(["jquery", "jquery.ui", "underscore", "gettext", "draggabilly",
|
||||
makeDraggable: function (element, options) {
|
||||
var draggable;
|
||||
options = _.defaults({
|
||||
type: null,
|
||||
handleClass: null,
|
||||
droppableClass: null,
|
||||
parentLocationSelector: null,
|
||||
refresh: null,
|
||||
ensureChildrenRendered: null
|
||||
type: undefined,
|
||||
handleClass: undefined,
|
||||
droppableClass: undefined,
|
||||
parentLocationSelector: undefined,
|
||||
refresh: undefined,
|
||||
ensureChildrenRendered: undefined
|
||||
}, options);
|
||||
|
||||
if ($(element).data('droppable-class') !== options.droppableClass) {
|
||||
|
||||
Reference in New Issue
Block a user