mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #509 from kingdango/master
googlemaps: Added missing optional operator in PolylineOptions interface def
This commit is contained in:
Vendored
+1
-1
@@ -335,7 +335,7 @@ declare module google.maps {
|
||||
|
||||
export interface PolylineOptions {
|
||||
clickable?: bool;
|
||||
draggable: bool;
|
||||
draggable?: bool;
|
||||
editable?: bool;
|
||||
geodesic?: bool;
|
||||
icons?: IconSequence[];
|
||||
|
||||
Reference in New Issue
Block a user