isobit-ui 0.0.255 → 0.0.257
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/index.js +3 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.0.
|
|
2
|
+
* isobit-ui v0.0.257
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -1540,7 +1540,8 @@ var script$d = {
|
|
|
1540
1540
|
var ht = new _.HTML2Canvas({
|
|
1541
1541
|
lineHeight: parseInt(cs.lineHeight),
|
|
1542
1542
|
ctx: ctx
|
|
1543
|
-
})
|
|
1543
|
+
}),
|
|
1544
|
+
i;
|
|
1544
1545
|
|
|
1545
1546
|
for (i = 0; i < th.length; i++) {
|
|
1546
1547
|
var filter = me.columns[i - (me.selectable0 ? 1 : 0)].filter;
|