mirror of
https://github.com/maputnik/editor.git
synced 2026-08-31 09:27:30 +00:00
rm trailing comma
This commit is contained in:
@@ -137,7 +137,7 @@ export default class MapMaplibreGl extends React.Component<MapMaplibreGlProps, M
|
||||
// setting to always load glyphs of CJK fonts from server
|
||||
// https://maplibre.org/maplibre-gl-js/docs/examples/local-ideographs/
|
||||
// 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);
|
||||
|
||||
Reference in New Issue
Block a user