This commit is contained in:
Max Lynch
2015-11-28 18:36:38 -06:00
parent 5b754390f5
commit 3327fe8f45
10 changed files with 17 additions and 100 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ export class Toast {
static hide;
@Cordova({
successIndex: 0,
errIndex: 1
successIndex: 1,
errIndex: 2
})
static showWithOptions;
}