copy edits from @kgindervogel

This commit is contained in:
perry
2016-05-10 17:49:21 -05:00
parent 3cdf50bf3b
commit df1cee1fc6
5 changed files with 28 additions and 25 deletions
+2 -2
View File
@@ -37,7 +37,7 @@ export class Keyboard {
static show(): void {}
/**
* Close the keyboard if open
* Close the keyboard if open.
*/
@Cordova({
sync: true,
@@ -75,4 +75,4 @@ export class Keyboard {
})
static onKeyboardHide(): Observable<any> {return; }
}
}