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
+4 -10
View File
@@ -7,15 +7,9 @@ import {Plugin, Cordova} from './plugin';
repo: 'https://github.com/EddyVerbruggen/cordova-plugin-actionsheet'
})
export class ActionSheet {
@Cordova({
successIndex: 1,
errIndex: 2
})
static show;
@Cordova()
static show(options:any){};
@Cordova({
successIndex: 1,
errIndex: 2
})
static hide;
@Cordova()
static hide(options:any){};
}