Skip to content

Commit 17f3cc6

Browse files
committed
Fix failing tests
1 parent 50addae commit 17f3cc6

6 files changed

Lines changed: 576 additions & 194 deletions

File tree

src/style/parse_glyph_pbf.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ const border = 3;
77

88
import type {StyleGlyph} from './style_glyph';
99

10-
var count = 0;
11-
var ascender = 0.0;
12-
var descender = 0.0;
10+
let count = 0;
11+
let ascender = 0.0;
12+
let descender = 0.0;
1313

1414
function readFontstacks(tag: number, glyphs: Array<StyleGlyph>, pbf: Protobuf) {
1515
if (tag === 1) {

0 commit comments

Comments
 (0)