Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b32b3f2

Browse files
committed
1 parent 195fa60 commit b32b3f2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/gridstack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@
408408
min_width: 768,
409409
float: false,
410410
static_grid: false,
411-
_class: 'grid-stack-' + (Math.random() * 10000).toFixed(0),
411+
_class: 'grid-stack-instance-' + (Math.random() * 10000).toFixed(0),
412412
animate: Boolean(this.container.attr('data-gs-animate')) || false,
413413
always_show_resize_handle: opts.always_show_resize_handle || false,
414414
resizable: _.defaults(opts.resizable || {}, {

dist/gridstack.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)