mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fix test
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/// <reference path="leaflet-fullscreen.d.ts" />
|
||||
|
||||
var map: L.Map;
|
||||
var icon: L.Control.Fullcircle = new L.control.fullcircle({
|
||||
var icon: L.Control.Fullscreen = L.control.fullscreen({
|
||||
position: 'topleft',
|
||||
title: 'Full Screen',
|
||||
titleCancel: 'Exit Full Screen',
|
||||
|
||||
Reference in New Issue
Block a user