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/06/14 02:09:11 UTC

git commit: fixed require error

Updated Branches:
  refs/heads/master d5831d1cd -> 2b02141fc


fixed require error


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/2b02141f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/2b02141f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/2b02141f

Branch: refs/heads/master
Commit: 2b02141fc0bc4e563da4e3693b8de9caa2243922
Parents: d5831d1
Author: Steven Gill <st...@gmail.com>
Authored: Thu Jun 13 17:09:04 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Thu Jun 13 17:09:04 2013 -0700

----------------------------------------------------------------------
 www/Camera.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/2b02141f/www/Camera.js
----------------------------------------------------------------------
diff --git a/www/Camera.js b/www/Camera.js
index 2d16ee0..d6af1e9 100644
--- a/www/Camera.js
+++ b/www/Camera.js
@@ -21,7 +21,7 @@
 
 var argscheck = require('cordova/argscheck'),
     exec = require('cordova/exec'),
-    Camera = require('org.apache.cordova.core.CameraLauncher.CameraConstants'),
+    Camera = require('org.apache.cordova.core.CameraLauncher.Camera'),
     CameraPopoverHandle = require('org.apache.cordova.core.CameraLauncher.CameraPopoverHandle');
 
 var cameraExport = {};