Remove unused variables in core/renderers/measurables/top_row.js

This commit is contained in:
kozbial
2021-08-17 09:07:00 -07:00
committed by Monica Kozbial
parent ec04c9ca36
commit a9d4adcbf0

View File

@@ -102,7 +102,6 @@ TopRow.prototype.measure = function() {
let height = 0;
let width = 0;
let ascenderHeight = 0;
let e = 0, elem;
for (let i = 0; i < this.elements.length; i++) {
const elem = this.elements[i];
width += elem.width;