You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/09/27 00:24:28 UTC

[17/20] git commit: CB-4889 renaming core inside cameraProxy

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/master
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 = {