1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-17 01:35:00 +12:00

finally... fixes #24

This commit is contained in:
gorhill 2014-10-29 10:10:07 -04:00
parent 9838d009aa
commit b2d19afeb8

View file

@ -618,6 +618,8 @@ function renderMatrixMetaCellType(cell, count) {
.prop('count', count);
if ( count ) {
cell.text(count);
} else {
cell.text('\u00A0');
}
}