From 268e22456e7762c824e70ea57cf55915e1bd8d7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gianfranc=C3=B8=20Palumbo?= Date: Sat, 3 Jun 2017 19:22:44 +0100 Subject: [PATCH] docs(keyboard): Add boolean type to param in JSDoc (#1641) --- src/@ionic-native/plugins/keyboard/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/keyboard/index.ts b/src/@ionic-native/plugins/keyboard/index.ts index e597ec92..f79a25e9 100644 --- a/src/@ionic-native/plugins/keyboard/index.ts +++ b/src/@ionic-native/plugins/keyboard/index.ts @@ -57,7 +57,7 @@ export class Keyboard extends IonicNativePlugin { /** * Prevents the native UIScrollView from moving when an input is focused. - * @param disable + * @param disable {boolean} */ @Cordova({ sync: true,