Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b34f303

Browse files
committed
remove extra comma
1 parent 5f5a073 commit b34f303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gridstack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
draggable: _.defaults(opts.draggable || {}, {
363363
handle: '.grid-stack-item-content',
364364
scroll: true,
365-
appendTo: 'body',
365+
appendTo: 'body'
366366
})
367367
});
368368

0 commit comments

Comments
 (0)