This commit is contained in:
Kevin Dietrich 2016-02-14 10:46:49 +01:00
parent e85081b9d7
commit 5ce3c17039
3 changed files with 4 additions and 4 deletions

4
dist/gridstack.js vendored
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
}));

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long