From 6b5f216fa4715622b645af6f70f279812c7161af Mon Sep 17 00:00:00 2001 From: Ibrahim Hadeed Date: Wed, 25 May 2016 17:42:25 -0400 Subject: [PATCH] remove duplicate identifier --- src/plugins/googlemaps.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/googlemaps.ts b/src/plugins/googlemaps.ts index 07122f814..f993a07bb 100644 --- a/src/plugins/googlemaps.ts +++ b/src/plugins/googlemaps.ts @@ -589,7 +589,6 @@ export interface GoogleMapsPolylineOptions { googledesic: boolean; color: string; width: number; - visible: boolean; zIndex: number; } export class GoogleMapsPolyline {