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

View File

@ -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