We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20fbd10 + 9cf988c commit 46b6cd1Copy full SHA for 46b6cd1
doc/CHANGES.md
@@ -36,7 +36,7 @@ Change log
36
37
## 1.1.2-dev (upcoming)
38
39
-TBD
+- fix [1311](https://github.com/gridstack/gridstack.js/issues/1311) domAttr is not defined
40
41
## 1.1.2 (2020-05-17)
42
src/gridstack.js
@@ -1489,7 +1489,7 @@
1489
el = $(el);
1490
if (opt) { // see knockout above
1491
// make sure we load any DOM attributes that are not specified in passed in options (which override)
1492
- domAttr = this._readAttr(el);
+ var domAttr = this._readAttr(el);
1493
Utils.defaults(opt, domAttr);
1494
this.engine._prepareNode(opt);
1495
}
0 commit comments