Skip to content

Commit 8da7765

Browse files
author
hisham waleed karam
committed
fix syntax test
1 parent f419fab commit 8da7765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/mapbox/layers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ function convertSourceOpts(opts) {
213213
} else if (sourceType === 'raster') {
214214
field = 'tiles';
215215
sourceOpts['tileSize'] = 256;
216-
for (let index = 0; index < source.length; index++) {
216+
for (var index = 0; index < source.length; index++) {
217217
const url = source[index];
218218
source[index] = decodeURIComponent(url);
219219

0 commit comments

Comments
 (0)