[ 
https://issues.apache.org/jira/browse/CB-5806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13883624#comment-13883624
 ] 

ASF subversion and git services commented on CB-5806:
-----------------------------------------------------

Commit a9371e5959223bfeef163c034baaf0ec0ae597d9 in branch refs/heads/3.4.x from 
[~sgrebnov]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;h=a9371e5 ]

fixes CB-5806 [Windows8] Add keepCallback support to proxy


> [Windows8] Add keepCallback support to proxy
> --------------------------------------------
>
>                 Key: CB-5806
>                 URL: https://issues.apache.org/jira/browse/CB-5806
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CordovaJS, Windows 8
>    Affects Versions: 3.3.0
>            Reporter: Sergey Grebnov
>            Assignee: Jesse MacFadyen
>
> Below is current proxy implementation. There is no way pass keepCallbck param 
> via onSuccess method.
>             onSuccess = function (result) {
>                 cordova.callbackSuccess(callbackId,
>                         {
>                         status: cordova.callbackStatus.OK,
>                         message: result
>                     });
>             };
>             onError = function (err) {
>                 cordova.callbackError(callbackId,
>                         {
>                         status: cordova.callbackStatus.ERROR,
>                         message: err
>                     });
>             };
>             proxy(onSuccess, onError, args);



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to