Skip to content

Commit ed371a0

Browse files
comment remove
1 parent 97f0687 commit ed371a0

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

source/js/PivotView.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -528,11 +528,6 @@ PivotView.prototype.renderRawData = function (data) {
528528
if (!data[y][x].value.toString().match(/[0-9],?[0-9]?%/i))
529529
td.className = "formatLeft";
530530
}
531-
//if (data[y][x].style) {
532-
// for (var i in data[y][x].style) {
533-
// td.style[i] = data[y][x].style[i];
534-
// }
535-
//}
536531
if (data[y][x].style) {
537532
td.setAttribute("style", data[y][x].style);
538533
}

0 commit comments

Comments
 (0)