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 2013/09/25 15:39:09 UTC

[1/2] git commit: CB-4889 renaming core inside cameraProxy

Updated Branches:
  refs/heads/dev 6a9949bb8 -> 200d6833f


CB-4889 renaming core inside cameraProxy


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/6a1a558e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/6a1a558e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/6a1a558e

Branch: refs/heads/dev
Commit: 6a1a558e811a355ad9a6ecd50cfe799274c6419e
Parents: 6a9949b
Author: Anis Kadri <an...@apache.org>
Authored: Wed Sep 25 15:34:11 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 15:34:11 2013 +0200

----------------------------------------------------------------------
 src/windows8/CameraProxy.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/6a1a558e/src/windows8/CameraProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/CameraProxy.js b/src/windows8/CameraProxy.js
index 16e20f6..b63efb3 100644
--- a/src/windows8/CameraProxy.js
+++ b/src/windows8/CameraProxy.js
@@ -24,9 +24,9 @@
 
 var cordova = require('cordova'),
     Camera = require('./Camera'),
-    FileEntry = require('org.apache.cordova.core.file.FileEntry'),
-    FileError = require('org.apache.cordova.core.file.FileError'),
-    FileReader = require('org.apache.cordova.core.file.FileReader');
+    FileEntry = require('org.apache.cordova.file.FileEntry'),
+    FileError = require('org.apache.cordova.file.FileError'),
+    FileReader = require('org.apache.cordova.file.FileReader');
 
 module.exports = {
 


[2/2] git commit: CB-4889 forgot index.html

Posted by an...@apache.org.
CB-4889 forgot index.html


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/200d6833
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/200d6833
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/200d6833

Branch: refs/heads/dev
Commit: 200d6833f90c24e02da5726698f9a1b8fc0240e0
Parents: 6a1a558
Author: Anis Kadri <an...@apache.org>
Authored: Wed Sep 25 15:39:02 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 15:39:02 2013 +0200

----------------------------------------------------------------------
 test/camera/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/200d6833/test/camera/index.html
----------------------------------------------------------------------
diff --git a/test/camera/index.html b/test/camera/index.html
index 83285e7..2495a16 100644
--- a/test/camera/index.html
+++ b/test/camera/index.html
@@ -340,7 +340,7 @@
         document.addEventListener("deviceready", function() {
             deviceReady = true;
             platformId = cordova.require('cordova/platform').id;
-            CameraPopoverOptions = cordova.require('org.apache.cordova.core.camera.CameraPopoverOptions');
+            CameraPopoverOptions = cordova.require('org.apache.cordova.camera.CameraPopoverOptions');
             console.log("Device="+device.platform+" "+device.version);
             createOptionsEl('sourceType', Camera.PictureSourceType, camPictureSourceTypeDefault);
             createOptionsEl('destinationType', Camera.DestinationType, camDestinationTypeDefault);