Merge branch 'bugfix/listeners'
This commit is contained in:
commit
48ad1afd3b
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue