You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2012/06/21 19:40:01 UTC

[3/3] js commit: Fixed whitespace issue

Fixed whitespace issue


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

Branch: refs/heads/master
Commit: c7c2f38a0c0068094e8bfbb366b273b44e97f4c5
Parents: 3f5dc00
Author: Fil Maj <ma...@gmail.com>
Authored: Thu Jun 21 10:39:09 2012 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu Jun 21 10:39:09 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/c7c2f38a/lib/wp7/plugin/wp7/XHRPatch.js
----------------------------------------------------------------------
diff --git a/lib/wp7/plugin/wp7/XHRPatch.js b/lib/wp7/plugin/wp7/XHRPatch.js
index c14ae7a..417ee84 100644
--- a/lib/wp7/plugin/wp7/XHRPatch.js
+++ b/lib/wp7/plugin/wp7/XHRPatch.js
@@ -113,7 +113,7 @@ if (!docDomain || docDomain.length === 0) {
                 }
                 // prefix relative urls to our physical root
                 if(newUrl.indexOf("app/www/") < 0)
-                {  
+                {
                     newUrl = "app/www/" + newUrl;
                 }