Grammar: its
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/0628c156 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/0628c156 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/0628c156 Branch: refs/heads/master Commit: 0628c156afc38a82178f98b213063defeb776a6c Parents: e776449 Author: Josh Soref <jso...@rim.com> Authored: Tue Aug 14 17:39:51 2012 -0400 Committer: Anis Kadri <anis.ka...@gmail.com> Committed: Fri Aug 24 13:50:03 2012 -0700 ---------------------------------------------------------------------- lib/wp7/plugin/wp7/XHRPatch.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/0628c156/lib/wp7/plugin/wp7/XHRPatch.js ---------------------------------------------------------------------- diff --git a/lib/wp7/plugin/wp7/XHRPatch.js b/lib/wp7/plugin/wp7/XHRPatch.js index 417ee84..14532cb 100644 --- a/lib/wp7/plugin/wp7/XHRPatch.js +++ b/lib/wp7/plugin/wp7/XHRPatch.js @@ -1,4 +1,4 @@ -// TODO: the build process implicitly will wrap this in a define() call +// TODO: the build process 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'); @@ -147,7 +147,7 @@ if (!docDomain || docDomain.length === 0) { this.status = 200; if(typeof res == "object") { // callback result handler may have already parsed this from a string-> a JSON object, - // if so, we need to restore it's stringyness, as handlers are expecting string data. + // if so, we need to restore its stringyness, as handlers are expecting string data. // especially if used with jQ -> $.getJSON res = JSON.stringify(res); }