From 7f1d362a29907c79e7c31af7d5106a8a6f86a9d8 Mon Sep 17 00:00:00 2001 From: Nik Cubrilovic Date: Mon, 15 Aug 2016 22:57:04 +1000 Subject: [PATCH] Add jQuery UI Droppable as module requirement --- src/gridstack.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gridstack.js b/src/gridstack.js index 0c6be57..6fa9612 100644 --- a/src/gridstack.js +++ b/src/gridstack.js @@ -11,7 +11,8 @@ 'jquery-ui/form', 'jquery-ui/ie', 'jquery-ui/keycode', 'jquery-ui/labels', 'jquery-ui/jquery-1-7', 'jquery-ui/plugin', 'jquery-ui/safe-active-element', 'jquery-ui/safe-blur', 'jquery-ui/scroll-parent', 'jquery-ui/tabbable', 'jquery-ui/unique-id', 'jquery-ui/version', 'jquery-ui/widget', - 'jquery-ui/widgets/mouse', 'jquery-ui/widgets/draggable', 'jquery-ui/widgets/resizable'], factory); + 'jquery-ui/widgets/mouse', 'jquery-ui/widgets/draggable', 'jquery-ui/widgets/droppable', + 'jquery-ui/widgets/resizable'], factory); } else if (typeof exports !== 'undefined') { try { jQuery = require('jquery'); } catch (e) {} try { _ = require('lodash'); } catch (e) {}