mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 00:51:07 +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));
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -32,4 +32,4 @@ export class GoogleMaps {
|
|||||||
|
|
||||||
setClickable (isClickable : boolean) : void {}
|
setClickable (isClickable : boolean) : void {}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user