Merge branch 'instance-wrapper' of https://github.com/driftyco/ionic-native into instance-wrapper
This commit is contained in:
commit
e39c448cb8
@ -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