PolylineOptions should extend PathOption

`PolylineOptions` should extend `PathOptions`, so that user could supply options in the base class
This commit is contained in:
Jiayu Liu
2015-06-15 11:32:45 -07:00
parent e18e130e21
commit 257f64d394
+1 -1
View File
@@ -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