You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by za...@apache.org on 2014/10/09 22:16:34 UTC

[1/2] git commit: [fxos] update __format__ to match pathsPrefix

Repository: cordova-plugin-file
Updated Branches:
  refs/heads/master 055e7e0bd -> 813356851


[fxos] update __format__ to match pathsPrefix


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/3b565420
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/3b565420
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/3b565420

Branch: refs/heads/master
Commit: 3b56542005941c8627ea8654a20701b054313190
Parents: 055e7e0
Author: Rodrigo Silveira <ro...@outlook.com>
Authored: Thu Oct 9 11:19:31 2014 -0700
Committer: Rodrigo Silveira <ro...@outlook.com>
Committed: Thu Oct 9 11:23:47 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/3b565420/www/firefoxos/FileSystem.js
----------------------------------------------------------------------
diff --git a/www/firefoxos/FileSystem.js b/www/firefoxos/FileSystem.js
index 23daa07..8ff0ec4 100644
--- a/www/firefoxos/FileSystem.js
+++ b/www/firefoxos/FileSystem.js
@@ -19,7 +19,7 @@
  *
 */
 
-FILESYSTEM_PREFIX = "cdvfile://";
+FILESYSTEM_PREFIX = "file:///";
 
 module.exports = {
     __format__: function(fullPath) {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/2] git commit: Merge remote-tracking branch 'rodrigo/format-fix'

Posted by za...@apache.org.
Merge remote-tracking branch 'rodrigo/format-fix'


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

Branch: refs/heads/master
Commit: 813356851acb8563f0a24dacabcb3885b4cba582
Parents: 055e7e0 3b56542
Author: Piotr Zalewa <pi...@zalewa.info>
Authored: Thu Oct 9 22:16:10 2014 +0200
Committer: Piotr Zalewa <pi...@zalewa.info>
Committed: Thu Oct 9 22:16:10 2014 +0200

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org