refactor(geolocation):

This commit is contained in:
Guille 2016-07-08 01:01:36 +02:00
parent c94ba61a66
commit 31ec643126

View File

@ -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;