[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
+1 -1
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