Upgrade underscore to newest version.

FEDX-24
This commit is contained in:
cahrens
2016-02-12 14:28:36 -05:00
committed by Andy Armstrong
parent 7ead068a4e
commit dd2a203677
79 changed files with 212 additions and 453 deletions

View File

@@ -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) {