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 64B7D7CB for ; Fri, 24 Aug 2012 21:57:40 +0000 (UTC) Received: (qmail 872 invoked by uid 500); 24 Aug 2012 21:57:39 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 776 invoked by uid 500); 24 Aug 2012 21:57:39 -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 574 invoked by uid 99); 24 Aug 2012 21:57:39 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2012 21:57:39 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id CF29C1FD2E; Fri, 24 Aug 2012 21:57:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anis@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [9/50] [abbrv] js commit: Try to make the sentence closer to English Message-Id: <20120824215738.CF29C1FD2E@tyr.zones.apache.org> Date: Fri, 24 Aug 2012 21:57:38 +0000 (UTC) Try to make the sentence closer to English 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/a930ee19 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/a930ee19 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/a930ee19 Branch: refs/heads/master Commit: a930ee19182bcb1ae819c5006db28ae87fef18f4 Parents: 0628c15 Author: Josh Soref Authored: Tue Aug 14 17:40:30 2012 -0400 Committer: Anis Kadri Committed: Fri Aug 24 13:50:03 2012 -0700 ---------------------------------------------------------------------- lib/wp7/plugin/wp7/XHRPatch.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/a930ee19/lib/wp7/plugin/wp7/XHRPatch.js ---------------------------------------------------------------------- diff --git a/lib/wp7/plugin/wp7/XHRPatch.js b/lib/wp7/plugin/wp7/XHRPatch.js index 14532cb..5f85359 100644 --- a/lib/wp7/plugin/wp7/XHRPatch.js +++ b/lib/wp7/plugin/wp7/XHRPatch.js @@ -1,4 +1,4 @@ -// TODO: the build process implicitly wrap this in a define() call +// TODO: the build process will implicitly wrap this in a define() call // with a closure of its own; do you need this extra closure? var LocalFileSystem = require('cordova/plugin/LocalFileSystem');