Fixed names of options.

This commit is contained in:
Dylan Weiss 2016-02-13 20:48:49 -05:00
parent 8b1f180135
commit cfb0dfc345

View file

@ -708,8 +708,8 @@
drag: drag_or_resize
}))
.resizable(_.extend(this.opts.resizable, {
resizestart: on_start_moving,
resizestop: on_end_moving,
start: on_start_moving,
stop: on_end_moving,
resize: drag_or_resize
}));