refactor(backgroundGeoLocation):

This commit is contained in:
Guille 2016-07-08 00:34:43 +02:00
parent c36c210e66
commit b8afd70a42

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