This commit is contained in:
Max Lynch
2015-11-29 21:50:58 -06:00
parent dfef6dcfe8
commit af5b3de227
12 changed files with 33 additions and 27 deletions
+3 -1
View File
@@ -17,5 +17,7 @@ export class Toast {
successIndex: 1,
errIndex: 2
})
static showWithOptions(options:any){};
static showWithOptions(options:any){
console.log('Show with options');
};
}