This commit is contained in:
Matias Alejo Garcia 2015-04-27 13:15:24 -03:00
commit b74c01f5b7

View file

@ -57,7 +57,6 @@ angular.module('copayApp.services')
root.set = function(k, v, cb) {
root.init(function(err, fs, dir) {
if (err) return cb(err);
console.log('[fileStorage.js.58:dir:]',dir.nativeURL); //TODO
dir.getFile(k, {
create: true,
}, function(fileEntry) {