From fd76a03ab1501fe2b027a789c97cf617eb8f2bea Mon Sep 17 00:00:00 2001 From: Pavel Reznikov Date: Fri, 27 Feb 2015 20:41:20 -0800 Subject: [PATCH] remove extra comma --- gridstack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gridstack.js b/gridstack.js index 5eb5924..a5caa88 100644 --- a/gridstack.js +++ b/gridstack.js @@ -362,7 +362,7 @@ draggable: _.defaults(opts.draggable || {}, { handle: '.grid-stack-item-content', scroll: true, - appendTo: 'body', + appendTo: 'body' }) });