Yea toast

This commit is contained in:
Max Lynch
2015-11-30 12:34:54 -06:00
parent b6e612209a
commit 2d70c6a3d4
87 changed files with 774 additions and 885 deletions
+7 -3
View File
@@ -1,5 +1,7 @@
import {Plugin, Cordova} from './plugin';
declare var Promise;
declare var window;
@Plugin({
@@ -12,7 +14,9 @@ export class Device {
static getCurrentPosition(options:any){};
// Do this with observables
// @Cordova()
// static watchPosition;
@Cordova({
observable: true,
clearFunction: 'clearWatch()'
})
static watchPosition(options:any){};
}