Merge branch 'instance-wrapper' of https://github.com/driftyco/ionic-native into instance-wrapper

This commit is contained in:
Ibrahim Hadeed 2016-03-29 17:50:48 -04:00
commit e39c448cb8

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 {}
}
}