refactoring

This commit is contained in:
Max Lynch
2015-11-29 19:54:45 -06:00
parent 9d54bfcd0b
commit dfef6dcfe8
42 changed files with 719 additions and 185 deletions
+5 -8
View File
@@ -7,14 +7,11 @@ import {Plugin, Cordova} from './plugin';
})
export class Camera {
@Cordova({
successIndex: 0,
errIndex: 1
// Not sure why this plugin has the success/err come first...
callbackOrder: 'reverse'
})
static getPicture;
static getPicture(options:any){};
@Cordova({
successIndex: 0,
errIndex: 1
})
static cleanup;
@Cordova()
static cleanup(){};
}