Skip to content

Commit cfb0dfc

Browse files
committed
Fixed names of options.
1 parent 8b1f180 commit cfb0dfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gridstack.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -708,8 +708,8 @@
708708
drag: drag_or_resize
709709
}))
710710
.resizable(_.extend(this.opts.resizable, {
711-
resizestart: on_start_moving,
712-
resizestop: on_end_moving,
711+
start: on_start_moving,
712+
stop: on_end_moving,
713713
resize: drag_or_resize
714714
}));
715715

0 commit comments

Comments
 (0)