Skip to content

Commit

Permalink
applied suggestions to verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Oct 29, 2024
1 parent 3a8363b commit f372174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/Camera.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ cameraExport.getPicture = function (successCallback, errorCallback, options) {
const cameraDirection = getValue(options.cameraDirection, Camera.Direction.BACK);

if (allowEdit) {
console.warn('allowEdit is deprecated. It does not work reliably on all platforms. Utilise a dedicated image editing library instead. allowEdit functionality is scheduled to be removed in the next major release.');
console.warn('allowEdit is deprecated. It does not work reliably on all platforms. Utilise a dedicated image editing library instead. allowEdit functionality is scheduled to be removed in a future release.');
}

const args = [quality, destinationType, sourceType, targetWidth, targetHeight, encodingType,
Expand Down

0 comments on commit f372174

Please sign in to comment.