From 257f64d3949b59846ee2116aa638d90582a7b99b Mon Sep 17 00:00:00 2001 From: Jiayu Liu Date: Mon, 15 Jun 2015 11:32:45 -0700 Subject: [PATCH] PolylineOptions should extend PathOption `PolylineOptions` should extend `PathOptions`, so that user could supply options in the base class --- leaflet/leaflet.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leaflet/leaflet.d.ts b/leaflet/leaflet.d.ts index dd57395001..ac3d4c8ff0 100755 --- a/leaflet/leaflet.d.ts +++ b/leaflet/leaflet.d.ts @@ -3448,7 +3448,7 @@ declare module L { declare module L { - export interface PolylineOptions { + export interface PolylineOptions extends PathOptions { /** * How much to simplify the polyline on each zoom level. More means better performance