remove test param

This commit is contained in:
Ibrahim Hadeed
2016-03-29 06:56:21 -04:00
parent 0ec737aa49
commit 85e5522f40
+2 -2
View File
@@ -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 {}
}
}