From 85e5522f403d2a93c061803727adc68cb1c5d66f Mon Sep 17 00:00:00 2001 From: Ibrahim Hadeed Date: Tue, 29 Mar 2016 06:56:21 -0400 Subject: [PATCH] remove test param --- src/plugins/googlemaps.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/googlemaps.ts b/src/plugins/googlemaps.ts index c97562680..bcb1f17b4 100644 --- a/src/plugins/googlemaps.ts +++ b/src/plugins/googlemaps.ts @@ -15,7 +15,7 @@ export class GoogleMaps { private _objectInstance : any; - constructor (elementId : string, public niggasIn = "paris") { + constructor (elementId : string) { this._objectInstance = {};//plugin.google.maps.Map.getMap(document.getElementById(elementId)); } @@ -32,4 +32,4 @@ export class GoogleMaps { setClickable (isClickable : boolean) : void {} -} \ No newline at end of file +}