You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/04/23 20:57:00 UTC

[04/37] git commit: fixed formatting

fixed formatting

(cherry picked from commit d3c19aa5697e532f325c6ec8e0e37642dfd5fede)
Signed-off-by: Ian Clelland <ic...@chromium.org>


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/4429aed9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/4429aed9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/4429aed9

Branch: refs/heads/master
Commit: 4429aed9944b37cb5c78e9977568f728e88942be
Parents: 259260d
Author: Dominik Pesch <d....@11com7.de>
Authored: Sun Mar 2 12:47:40 2014 +0100
Committer: Ian Clelland <ic...@chromium.org>
Committed: Mon Mar 3 12:11:08 2014 -0500

----------------------------------------------------------------------
 www/Entry.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/4429aed9/www/Entry.js
----------------------------------------------------------------------
diff --git a/www/Entry.js b/www/Entry.js
index e05793e..edd06d9 100644
--- a/www/Entry.js
+++ b/www/Entry.js
@@ -107,7 +107,7 @@ Entry.prototype.moveTo = function(parent, newName, successCallback, errorCallbac
         errorCallback(new FileError(code));
     };
     var fs = this.filesystem, // Copy / move op cannot cross filesystems;
-    // source path
+        // source path
         srcURL = this.filesystem.__format__(this.fullPath),
         // entry name
         name = newName || this.name,