You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2012/05/09 17:27:02 UTC

[1/4] js commit: fixing typo in fullPath

Updated Branches:
  refs/heads/master 6cb6e6cfb -> 71d806e61


fixing typo in fullPath


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/71d806e6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/71d806e6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/71d806e6

Branch: refs/heads/master
Commit: 71d806e61e5240ccf9f6299500741b68ea9c5d3d
Parents: dc4219d
Author: Anis Kadri <an...@gmail.com>
Authored: Wed May 9 05:53:09 2012 -0700
Committer: Anis Kadri <an...@gmail.com>
Committed: Wed May 9 05:53:09 2012 -0700

----------------------------------------------------------------------
 lib/bada/plugin/bada/Capture.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/71d806e6/lib/bada/plugin/bada/Capture.js
----------------------------------------------------------------------
diff --git a/lib/bada/plugin/bada/Capture.js b/lib/bada/plugin/bada/Capture.js
index 8d62db6..1e56fcc 100644
--- a/lib/bada/plugin/bada/Capture.js
+++ b/lib/bada/plugin/bada/Capture.js
@@ -55,7 +55,7 @@ module.exports = {
                     for(i = 1 ; i < resultList.length ; i += 1) {
                        if(resultList[i]) {
                            //console.log("resultList[" + i + "] = " + resultList[i]);
-                           mediaFiles.push( {path: resultList[i]} );
+                           mediaFiles.push( {fullPath: resultList[i]} );
                        }
                     }
                     success(mediaFiles);