This commit is contained in:
Pavel Reznikov 2016-02-08 22:58:10 -08:00
commit b32b3f251f
4 changed files with 4 additions and 4 deletions

View file

@ -408,7 +408,7 @@
min_width: 768,
float: false,
static_grid: false,
_class: 'grid-stack-' + (Math.random() * 10000).toFixed(0),
_class: 'grid-stack-instance-' + (Math.random() * 10000).toFixed(0),
animate: Boolean(this.container.attr('data-gs-animate')) || false,
always_show_resize_handle: opts.always_show_resize_handle || false,
resizable: _.defaults(opts.resizable || {}, {