From 3ad0ca30db968d902f2f971d0af9bdab7555b721 Mon Sep 17 00:00:00 2001 From: Aaron King Date: Thu, 2 May 2013 09:04:39 -0400 Subject: [PATCH] Added missing optional operator in PolylineOptions --- googlemaps/google.maps.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googlemaps/google.maps.d.ts b/googlemaps/google.maps.d.ts index 1973c1580..098a75002 100644 --- a/googlemaps/google.maps.d.ts +++ b/googlemaps/google.maps.d.ts @@ -321,7 +321,7 @@ declare module google.maps { export interface PolylineOptions { clickable?: bool; - draggable: bool; + draggable?: bool; editable?: bool; geodesic?: bool; icons?: IconSequence[];