rm trailing comma

This commit is contained in:
Kanahiro
2024-03-25 22:08:46 +09:00
parent 1a266e8a5c
commit ade6ce03a0
+1 -1
View File
@@ -137,7 +137,7 @@ export default class MapMaplibreGl extends React.Component<MapMaplibreGlProps, M
// setting to always load glyphs of CJK fonts from server // setting to always load glyphs of CJK fonts from server
// https://maplibre.org/maplibre-gl-js/docs/examples/local-ideographs/ // https://maplibre.org/maplibre-gl-js/docs/examples/local-ideographs/
// typedef of MapLibreGl.MapOptions doesn't accept boolean but this follow the doc. // typedef of MapLibreGl.MapOptions doesn't accept boolean but this follow the doc.
localIdeographFontFamily: false as any, localIdeographFontFamily: false as any
} }
const map = new MapLibreGl.Map(mapOpts); const map = new MapLibreGl.Map(mapOpts);