Jesse MacFadyen created CB-6422:
-----------------------------------
Summary: Use cordova/exec/proxy instead of platform dupes
Key: CB-6422
URL: https://issues.apache.org/jira/browse/CB-6422
Project: Apache Cordova
Issue Type: Bug
Components: Plugin Camera, Plugin Device, Windows 8
Reporter: Jesse MacFadyen
Assignee: Jesse MacFadyen
the proxy code is built into cordova/exec/proxy, so instead of :
require("cordova/windows8/commandProxy")...
it should be :
require("cordova/exec/proxy")...
This applies to several platforms + core plugins
--
This message was sent by Atlassian JIRA
(v6.2#6252)