mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-02-22 04:52:51 +08:00
fix lint errors
This commit is contained in:
parent
dda75034e8
commit
7d72a48ed0
@ -93,11 +93,11 @@ module.exports = {
|
||||
* @enum {number}
|
||||
*/
|
||||
FlashMode: {
|
||||
/**Let the camera control flash light automatically */
|
||||
/** Let the camera control flash light automatically */
|
||||
AUTO: 0,
|
||||
/**Enable flash light by default */
|
||||
/** Enable flash light by default */
|
||||
ON: 1,
|
||||
/**Disable flash light by default */
|
||||
/** Disable flash light by default */
|
||||
OFF: -1
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user