mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-08 16:40:30 +08:00
Added missing optional operator in PolylineOptions
This commit is contained in:
Vendored
+1
-1
@@ -321,7 +321,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