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