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 <[email protected]> Authored: Thu Oct 9 11:19:31 2014 -0700 Committer: Rodrigo Silveira <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
