remove extra comma
This commit is contained in:
parent
1c04a89206
commit
fd76a03ab1
1 changed files with 1 additions and 1 deletions
|
|
@ -362,7 +362,7 @@
|
|||
draggable: _.defaults(opts.draggable || {}, {
|
||||
handle: '.grid-stack-item-content',
|
||||
scroll: true,
|
||||
appendTo: 'body',
|
||||
appendTo: 'body'
|
||||
})
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue