Merge pull request #51 from driftyco/clean-up

fix(plugins): cleanup and add new plugins to index
This commit is contained in:
Ibrahim Hadeed
2016-03-13 16:09:27 -04:00
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 => {
//
// }
// );
//}
}