Toast fix

This commit is contained in:
Max Lynch
2015-11-30 10:11:48 -06:00
parent 9bcf0ca925
commit 226c182039
10 changed files with 22 additions and 98 deletions
+3 -11
View File
@@ -7,17 +7,9 @@ import {Plugin, Cordova} from './plugin';
repo: 'https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin'
})
export class Toast {
@Cordova({
successIndex: 0,
errIndex: 1
})
@Cordova()
static hide(){};
@Cordova({
successIndex: 1,
errIndex: 2
})
static showWithOptions(options:any){
console.log('Show with options');
};
@Cordova()
static showWithOptions(options:any){};
}