clean and build
This commit is contained in:
parent
94b249c77d
commit
4399e1a455
3 changed files with 4 additions and 4 deletions
4
dist/gridstack.js
vendored
4
dist/gridstack.js
vendored
|
|
@ -1253,7 +1253,7 @@
|
|||
el.each(function(index, el) {
|
||||
el = $(el);
|
||||
var node = el.data('_gridstack_node');
|
||||
if (typeof node == 'undefined' || node === null) {
|
||||
if (self.opts.staticGrid || typeof node == 'undefined' || node === null) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
@ -1273,7 +1273,7 @@
|
|||
el.each(function(index, el) {
|
||||
el = $(el);
|
||||
var node = el.data('_gridstack_node');
|
||||
if (typeof node == 'undefined' || node === null) {
|
||||
if (self.opts.staticGrid || typeof node == 'undefined' || node === null) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
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
Loading…
Add table
Add a link
Reference in a new issue