Skip to content

Commit a1feab7

Browse files
committed
fix test
1 parent ed81eab commit a1feab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leaflet-fullscreen/leaflet-fullscreen-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// <reference path="leaflet-fullscreen.d.ts" />
22

33
var map: L.Map;
4-
var icon: L.Control.Fullcircle = new L.control.fullcircle({
4+
var icon: L.Control.Fullscreen = L.control.fullscreen({
55
position: 'topleft',
66
title: 'Full Screen',
77
titleCancel: 'Exit Full Screen',

0 commit comments

Comments
 (0)