|
@@ -20,7 +20,8 @@
|
|
|
hoverCursor: that.options.hoverCursor,
|
|
hoverCursor: that.options.hoverCursor,
|
|
|
dragCursor: that.options.dragCursor,
|
|
dragCursor: that.options.dragCursor,
|
|
|
onResize: that.onResize,
|
|
onResize: that.onResize,
|
|
|
- onDrag: that.options.onResizableDrag
|
|
|
|
|
|
|
+ onDrag: that.options.onResizableDrag,
|
|
|
|
|
+ resizeMode: that.options.resizeMode
|
|
|
});
|
|
});
|
|
|
};
|
|
};
|
|
|
|
|
|