Skip to content

Commit 257f64d

Browse files
committed
PolylineOptions should extend PathOption
`PolylineOptions` should extend `PathOptions`, so that user could supply options in the base class
1 parent e18e130 commit 257f64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leaflet/leaflet.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3448,7 +3448,7 @@ declare module L {
34483448

34493449
declare module L {
34503450

3451-
export interface PolylineOptions {
3451+
export interface PolylineOptions extends PathOptions {
34523452

34533453
/**
34543454
* How much to simplify the polyline on each zoom level. More means better performance

0 commit comments

Comments
 (0)