fix #276
This commit is contained in:
parent
195fa60ecb
commit
b32b3f251f
4 changed files with 4 additions and 4 deletions
2
dist/gridstack.js
vendored
2
dist/gridstack.js
vendored
|
|
@ -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 || {}, {
|
||||
|
|
|
|||
2
dist/gridstack.min.js
vendored
2
dist/gridstack.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/gridstack.min.map
vendored
2
dist/gridstack.min.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -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 || {}, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue