Remove lots of static stuff with a fancy regex

This commit is contained in:
Max Lynch
2017-02-08 22:14:53 -06:00
parent 1f2dba0a3f
commit 4acdd41837
97 changed files with 616 additions and 616 deletions
+2 -2
View File
@@ -200,7 +200,7 @@ export class Camera {
@Cordova({
callbackOrder: 'reverse'
})
static getPicture(options?: CameraOptions): Promise<any> { return; }
getPicture(options?: CameraOptions): Promise<any> { return; }
/**
* Remove intermediate image files that are kept in temporary storage after calling camera.getPicture.
@@ -210,6 +210,6 @@ export class Camera {
@Cordova({
platforms: ['iOS']
})
static cleanup(): Promise<any> { return; };
cleanup(): Promise<any> { return; };
}