From a1feab7b714460e3681dc57d12063ef5fb3feb92 Mon Sep 17 00:00:00 2001 From: William Comartin Date: Tue, 5 Jan 2016 16:59:37 -0500 Subject: [PATCH] fix test --- leaflet-fullscreen/leaflet-fullscreen-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leaflet-fullscreen/leaflet-fullscreen-tests.ts b/leaflet-fullscreen/leaflet-fullscreen-tests.ts index a631986a5..50a427a79 100644 --- a/leaflet-fullscreen/leaflet-fullscreen-tests.ts +++ b/leaflet-fullscreen/leaflet-fullscreen-tests.ts @@ -1,7 +1,7 @@ /// 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',