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/25 19:00:16 UTC

js commit: adding the camera back

Updated Branches:
  refs/heads/master 3edbc444b -> 4b72c211f


adding the camera back


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

Branch: refs/heads/master
Commit: 4b72c211f0c1ea410a40bcc5fb5561775d1ce03c
Parents: 3edbc44
Author: Anis Kadri <an...@gmail.com>
Authored: Fri May 25 10:00:11 2012 -0700
Committer: Anis Kadri <an...@gmail.com>
Committed: Fri May 25 10:00:11 2012 -0700

----------------------------------------------------------------------
 lib/bada/platform.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/4b72c211/lib/bada/platform.js
----------------------------------------------------------------------
diff --git a/lib/bada/platform.js b/lib/bada/platform.js
index 07443df..b4ee1c0 100644
--- a/lib/bada/platform.js
+++ b/lib/bada/platform.js
@@ -12,9 +12,9 @@ module.exports = {
                 device: {
                     path: "cordova/plugin/bada/device"
                 },
-//                camera: {
-//                    path: "cordova/plugin/bada/Camera"
-//                },
+                camera: {
+                    path: "cordova/plugin/bada/Camera"
+                },
                 capture: {
                     path: "cordova/plugin/bada/Capture"
                 }