mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-01-18 19:22:51 +08:00
fixed require error
This commit is contained in:
parent
d5831d1cd8
commit
2b02141fc0
@ -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 = {};
|
||||
|
Loading…
Reference in New Issue
Block a user