Skip to content

Commit 76cb766

Browse files
author
Alain Dumesny
authored
Merge pull request #1109 from adumesny/develop
fix to .draggable from #1105
2 parents e113749 + 591ee12 commit 76cb766

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/gridstack.jQueryUI.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,6 @@
6363
stop: opts.stop || function() {},
6464
drag: opts.drag || function() {}
6565
}));
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-
}));
7566
}
7667
return this;
7768
};

0 commit comments

Comments
 (0)