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/df85c29a Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/df85c29a Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/df85c29a Branch: refs/heads/master Commit: df85c29a39d788543bcf2f037e5ce197f016c286 Parents: ebf0ac8 Author: Josh Soref <jso...@rim.com> Authored: Tue Aug 14 17:39:51 2012 -0400 Committer: Tim Kim <tim....@nitobi.com> Committed: Thu Aug 23 17:56:45 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/df85c29a/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); }