mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
remove test param
This commit is contained in:
parent
0ec737aa49
commit
85e5522f40
@ -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));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user