forked from public/cordova-plugin-camera
[CB-4131] Use relative require paths in camera files.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
var Camera = require('org.apache.cordova.core.camera.Camera');
|
||||
var Camera = require('./Camera');
|
||||
|
||||
/**
|
||||
* Encapsulates options for iOS Popover image picker
|
||||
|
||||
Reference in New Issue
Block a user