From 08412feae07dc261e8b1e9ab48be8a79e2f5205e Mon Sep 17 00:00:00 2001 From: Guille Date: Fri, 8 Jul 2016 01:10:28 +0200 Subject: [PATCH] refactor(googlemaps): --- src/plugins/googlemaps.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/plugins/googlemaps.ts b/src/plugins/googlemaps.ts index dd8bbcfe1..029c6696e 100644 --- a/src/plugins/googlemaps.ts +++ b/src/plugins/googlemaps.ts @@ -1,10 +1,13 @@ import { Cordova, CordovaInstance, Plugin } from './plugin'; import { Observable } from 'rxjs/Observable'; + + /** * @private * Created by Ibrahim on 3/29/2016. */ declare var plugin: any; + /** * @private * You can listen to these events where appropriate