From 31ec6431269f52441efc8b558def62854123f9b3 Mon Sep 17 00:00:00 2001 From: Guille Date: Fri, 8 Jul 2016 01:01:36 +0200 Subject: [PATCH] refactor(geolocation): --- src/plugins/geolocation.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/plugins/geolocation.ts b/src/plugins/geolocation.ts index 8c059f993..a9644adce 100644 --- a/src/plugins/geolocation.ts +++ b/src/plugins/geolocation.ts @@ -1,5 +1,6 @@ -import {Plugin, Cordova} from './plugin'; -import {Observable} from 'rxjs/Observable'; +import { Cordova, Plugin } from './plugin'; +import { Observable } from 'rxjs/Observable'; + declare var navigator: any;