mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-08-16 16:45:22 +00:00
Fix typo "constructor TileLayer" (#9738)
This commit is contained in:
@ -32,7 +32,7 @@ import * as DomEvent from '../../dom/DomEvent.js';
|
||||
* ```
|
||||
*/
|
||||
|
||||
// @constructor Tilelayer(urlTemplate: String, options?: TileLayer options)
|
||||
// @constructor TileLayer(urlTemplate: String, options?: TileLayer options)
|
||||
// Instantiates a tile layer object given a `URL template` and optionally an options object.
|
||||
export const TileLayer = GridLayer.extend({
|
||||
|
||||
|
Reference in New Issue
Block a user