fix(plugins): cleanup and add new plugins to index

This commit is contained in:
Ibrahim Hadeed
2016-03-13 16:08:15 -04:00
parent 786cd21de8
commit 1771f7bfe1
2 changed files with 13 additions and 11 deletions
+1 -11
View File
@@ -35,16 +35,6 @@ export class Keyboard {
})
static show() : void {}
@Cordova({
sync: true
})
static close() : void {}
// TODO add event listener
//static onKeyboardShow() : Observable<any> {
// return new Observable(
// observer => {
//
// }
// );
//}
}