remove extra comma

This commit is contained in:
Pavel Reznikov 2015-02-27 20:41:20 -08:00
commit fd76a03ab1

View file

@ -362,7 +362,7 @@
draggable: _.defaults(opts.draggable || {}, {
handle: '.grid-stack-item-content',
scroll: true,
appendTo: 'body',
appendTo: 'body'
})
});