docs(flashlight): fix isSwitchedOn return type

This commit is contained in:
Brian Dennis 2016-08-05 10:44:33 -05:00 committed by GitHub
parent 225a44ca4d
commit 36624aff9c

View File

@ -53,7 +53,7 @@ export class Flashlight {
/** /**
* Checks if the flashlight is turned on. * Checks if the flashlight is turned on.
* Returns a boolean * @returns {boolean}
*/ */
@Cordova({ @Cordova({
sync: true sync: true