Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8E769DCE5 for ; Sat, 6 Oct 2012 09:19:25 +0000 (UTC) Received: (qmail 13187 invoked by uid 500); 6 Oct 2012 09:19:25 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 13095 invoked by uid 500); 6 Oct 2012 09:19:25 -0000 Mailing-List: contact callback-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-commits@incubator.apache.org Received: (qmail 11044 invoked by uid 99); 6 Oct 2012 09:19:21 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Oct 2012 09:19:21 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id F301D3AD51; Sat, 6 Oct 2012 09:19:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: purplecabbage@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [25/45] js commit: Update lib/windows8/plugin/windows8/FileTransferProxy.js Message-Id: <20121006091920.F301D3AD51@tyr.zones.apache.org> Date: Sat, 6 Oct 2012 09:19:20 +0000 (UTC) Update lib/windows8/plugin/windows8/FileTransferProxy.js Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/dabfb65a Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/dabfb65a Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/dabfb65a Branch: refs/heads/master Commit: dabfb65a676fa95b24f67bc72f26be96ae8e46a1 Parents: 21182c9 Author: wangmingfeng Authored: Wed Sep 26 09:23:19 2012 +0800 Committer: wangmingfeng Committed: Wed Sep 26 09:23:19 2012 +0800 ---------------------------------------------------------------------- lib/windows8/plugin/windows8/FileTransferProxy.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/dabfb65a/lib/windows8/plugin/windows8/FileTransferProxy.js ---------------------------------------------------------------------- diff --git a/lib/windows8/plugin/windows8/FileTransferProxy.js b/lib/windows8/plugin/windows8/FileTransferProxy.js index a3b5436..301a7f7 100644 --- a/lib/windows8/plugin/windows8/FileTransferProxy.js +++ b/lib/windows8/plugin/windows8/FileTransferProxy.js @@ -3,7 +3,7 @@ var FileUploadResult = require('cordova/plugin/FileUploadResult'); module.exports = { - upload:function(successCallback, error, options) { + upload:function(win, error, options) { var filePath = options[0]; var server = options[1];