mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +08:00
remove test param
This commit is contained in:
parent
0ec737aa49
commit
85e5522f40
@ -15,7 +15,7 @@ export class GoogleMaps {
|
|||||||
|
|
||||||
private _objectInstance : any;
|
private _objectInstance : any;
|
||||||
|
|
||||||
constructor (elementId : string, public niggasIn = "paris") {
|
constructor (elementId : string) {
|
||||||
this._objectInstance = {};//plugin.google.maps.Map.getMap(document.getElementById(elementId));
|
this._objectInstance = {};//plugin.google.maps.Map.getMap(document.getElementById(elementId));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user