@ninebone/grid 0.0.117 → 0.0.119
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/nine-grid.js +2 -1
- package/dist/nine-grid.js.map +1 -1
- package/dist/nine-grid.umd.js +1 -1
- package/dist/nine-grid.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/nine-grid.js
CHANGED
|
@@ -27362,7 +27362,8 @@ class Hd {
|
|
|
27362
27362
|
const t = f(this, Ne).data.get();
|
|
27363
27363
|
trace.log(t);
|
|
27364
27364
|
for (var l = 0; l < t.length; l++)
|
|
27365
|
-
|
|
27365
|
+
for (var c = 0; c < t[l].__ng.height.length; c++)
|
|
27366
|
+
trace.log(t[l].__ng.height[c]), C += t[l].__ng.height[c];
|
|
27366
27367
|
return C;
|
|
27367
27368
|
});
|
|
27368
27369
|
it(this, "getHeight", (C) => {
|