|
|
@ -569,6 +569,9 @@ function run () { |
|
|
|
fileProvider: (name) => { |
|
|
|
fileProvider: (name) => { |
|
|
|
return self._api.filesProviders[name] |
|
|
|
return self._api.filesProviders[name] |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
currentPath: function () { |
|
|
|
|
|
|
|
return fileManager.currentPath() |
|
|
|
|
|
|
|
}, |
|
|
|
getBalance: (address, callback) => { |
|
|
|
getBalance: (address, callback) => { |
|
|
|
udapp.getBalance(address, (error, balance) => { |
|
|
|
udapp.getBalance(address, (error, balance) => { |
|
|
|
if (error) { |
|
|
|
if (error) { |
|
|
|