diff --git a/src/gridstack.jQueryUI.js b/src/gridstack.jQueryUI.js index 38ff75573..d8e5ab582 100644 --- a/src/gridstack.jQueryUI.js +++ b/src/gridstack.jQueryUI.js @@ -63,15 +63,6 @@ stop: opts.stop || function() {}, drag: opts.drag || function() {} })); - - var handles = el.data('gs-resize-handles') ? el.data('gs-resize-handles') : this.grid.opts.resizable.handles; - el.resizable($.extend({}, this.grid.opts.resizable, { - handles: handles - }, { - start: opts.start || function () { }, - stop: opts.stop || function () { }, - resize: opts.resize || function () { } - })); } return this; };