Skip to content

Commit

Permalink
No initialize() function in L.Class definition DefinitelyTyped#14808
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Shilkov committed Feb 24, 2017
1 parent 4f18eb6 commit 4076802
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions leaflet/index.d.ts
Expand Up @@ -598,6 +598,7 @@ declare namespace L {
getCenter(): LatLng;
getBounds(): LatLngBounds;
addLatLng(latlng: LatLngExpression | LatLngExpression[]): this;
initialize(latlngs: LatLngExpression[], options?: PolylineOptions): void;

options: PolylineOptions;
}
Expand Down

0 comments on commit 4076802

Please sign in to comment.