We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e113749 + 591ee12 commit 76cb766Copy full SHA for 76cb766
src/gridstack.jQueryUI.js
@@ -63,15 +63,6 @@
63
stop: opts.stop || function() {},
64
drag: opts.drag || function() {}
65
}));
66
-
67
- var handles = el.data('gs-resize-handles') ? el.data('gs-resize-handles') : this.grid.opts.resizable.handles;
68
- el.resizable($.extend({}, this.grid.opts.resizable, {
69
- handles: handles
70
- }, {
71
- start: opts.start || function () { },
72
- stop: opts.stop || function () { },
73
- resize: opts.resize || function () { }
74
- }));
75
}
76
return this;
77
};
0 commit comments