3
0
mirror of https://github.com/danielsogl/awesome-cordova-plugins.git synced 2025-03-25 14:41:21 +08:00

docs(media-capture): fix documentation mixup

This commit is contained in:
Shane Smith 2016-11-16 14:35:59 -05:00 committed by Shane Smith
parent 2dacec0cb5
commit e46f10878e

@ -29,7 +29,7 @@ declare var navigator: any;
})
export class MediaCapture {
/**
* The audio recording formats supported by the device.
* The recording image sizes and formats supported by the device.
* @returns {ConfigurationData[]}
*/
@CordovaProperty
@ -38,7 +38,7 @@ export class MediaCapture {
}
/**
* The recording image sizes and formats supported by the device.
* The audio recording formats supported by the device.
* @returns {ConfigurationData[]}
*/
@CordovaProperty