You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jesse MacFadyen (JIRA)" <ji...@apache.org> on 2014/04/09 00:51:16 UTC

[jira] [Created] (CB-6422) Use cordova/exec/proxy instead of platform dupes

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)