update CameraProxy.js

This commit is contained in:
Willy Aguirre 2014-07-28 20:42:43 -05:00
parent e8cbb106ae
commit c696f6e0b3

View File

@ -48,4 +48,4 @@ module.exports = {
cleanup: function(){} cleanup: function(){}
}; };
require("cordova/firefoxos/commandProxy").add("Camera", module.exports); require("cordova/exec/proxy").add("Camera", module.exports);