[CB-4131] Use relative require paths in camera files.

This commit is contained in:
Andrew Grieve 2013-07-09 14:39:05 -04:00
parent 311f3f6c56
commit ba9b568c5d
2 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,8 @@
var argscheck = require('cordova/argscheck'),
exec = require('cordova/exec'),
Camera = require('org.apache.cordova.core.camera.Camera'),
CameraPopoverHandle = require('org.apache.cordova.core.camera.CameraPopoverHandle');
Camera = require('./Camera'),
CameraPopoverHandle = require('./CameraPopoverHandle');
var cameraExport = {};

View File

@ -19,7 +19,7 @@
*
*/
var Camera = require('org.apache.cordova.core.camera.Camera');
var Camera = require('./Camera');
/**
* Encapsulates options for iOS Popover image picker