[
https://issues.apache.org/jira/browse/CB-6422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14077365#comment-14077365
]
ASF GitHub Bot commented on CB-6422:
------------------------------------
GitHub user marti1125 opened a pull request:
https://github.com/apache/cordova-plugin-dialogs/pull/24
[CB-6422] Use cordova/exec/proxy instead of platform dupes
https://issues.apache.org/jira/browse/CB-6422
[CB-6422] Use cordova/exec/proxy instead of platform dupes
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/marti1125/cordova-plugin-dialogs CB-6422
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugin-dialogs/pull/24.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #24
----
commit c49e84f1f28eaa9c42f256c203124c64947906e0
Author: Willy Aguirre <[email protected]>
Date: 2014-07-29T04:09:59Z
update notification.js
----
> 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: FirefoxOS, Plugin Camera, Plugin Device, Tizen
> Reporter: 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)