deleting unused chrome 33+ rendering fix

10.3.x-maintenance
Dominic Clifton 2015-11-09 23:33:15 +00:00
parent 1b67e933b4
commit 64a031bcbb
1 changed files with 0 additions and 3 deletions

View File

@ -167,9 +167,6 @@ TABS.cli.read = function (readInfo) {
$('.tab-cli .window .wrapper').append(text);
$('.tab-cli .window').scrollTop($('.tab-cli .window .wrapper').height());
// there seems to be some sort of initial rendering glitch in 33+, we will force redraw/refill
//$('.tab-cli .window .wrapper').css('webkitTransform', 'scale(1)');
};
TABS.cli.cleanup = function (callback) {