Merge pull request #797 from shanesmith/patch-1

docs(media-capture): fix documentation mixup
This commit is contained in:
Max Lynch
2016-11-20 07:51:58 -06:00
committed by GitHub
+2 -2
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