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
+2 -2
View File
@@ -11,11 +11,11 @@ export class Toast {
successIndex: 0,
errIndex: 1
})
static hide;
static hide(){};
@Cordova({
successIndex: 1,
errIndex: 2
})
static showWithOptions;
static showWithOptions(options:any){};
}