You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2012/08/24 03:10:41 UTC

[4/23] js commit: Try to make the sentence closer to English

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/fed6a291
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/fed6a291
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/fed6a291

Branch: refs/heads/master
Commit: fed6a2917df860338a8ac65e4d8cbe6f0f9fded0
Parents: df85c29
Author: Josh Soref <js...@rim.com>
Authored: Tue Aug 14 17:40:30 2012 -0400
Committer: Tim Kim <ti...@nitobi.com>
Committed: Thu Aug 23 17:56:45 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/fed6a291/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');