Updated Branches: refs/heads/master 4c8c52f9c -> 4a95aa299
Fixing mis-spelling in Camera.js comments Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/4a95aa29 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/4a95aa29 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/4a95aa29 Branch: refs/heads/master Commit: 4a95aa2995fdf83e7b246d476b3a343b9c2eb6bd Parents: 4c8c52f Author: macdonst <simon.macdon...@gmail.com> Authored: Tue May 22 14:43:47 2012 -0400 Committer: macdonst <simon.macdon...@gmail.com> Committed: Tue May 22 14:43:47 2012 -0400 ---------------------------------------------------------------------- lib/common/plugin/Camera.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/4a95aa29/lib/common/plugin/Camera.js ---------------------------------------------------------------------- diff --git a/lib/common/plugin/Camera.js b/lib/common/plugin/Camera.js index 9f280ad..f62dc47 100644 --- a/lib/common/plugin/Camera.js +++ b/lib/common/plugin/Camera.js @@ -12,7 +12,7 @@ for (var key in Camera) { * Gets a picture from source defined by "options.sourceType", and returns the * image as defined by the "options.destinationType" option. - * The defaults are sourceType=CAMERA and destinationType=FILE_URL. + * The defaults are sourceType=CAMERA and destinationType=FILE_URI. * * @param {Function} successCallback * @param {Function} errorCallback