docs(keyboard): Add boolean type to param in JSDoc (#1641)

This commit is contained in:
Gianfrancø Palumbo 2017-06-03 19:22:44 +01:00 committed by Ibby Hadeed
parent 9950b18e38
commit 268e22456e

View File

@ -57,7 +57,7 @@ export class Keyboard extends IonicNativePlugin {
/** /**
* Prevents the native UIScrollView from moving when an input is focused. * Prevents the native UIScrollView from moving when an input is focused.
* @param disable * @param disable {boolean}
*/ */
@Cordova({ @Cordova({
sync: true, sync: true,