Removed toFixed

This commit is contained in:
Nathan Dinsmore 2013-11-14 23:04:00 -05:00
parent 5c204b3774
commit 6c31987bbf

View file

@ -99,7 +99,7 @@ Reporter.prototype.update = function() {
newValue = target.currentCostumeIndex + 1;
break;
case 'timer':
newValue = interp.primitiveTable.timer().toFixed(3);
newValue = interp.primitiveTable.timer();
break;
}
if (typeof newValue === 'number' && Math.abs(newValue) > 0.001) {