mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
chore(files) function -> arrow
This commit is contained in:
parent
5f86875ef2
commit
0f3692928a
1 changed files with 2 additions and 2 deletions
|
|
@ -134,7 +134,7 @@ function getConfig(callback) {
|
|||
});
|
||||
});
|
||||
|
||||
Promises.config.then(function(data) {
|
||||
Promises.config.then((data) => {
|
||||
is = false;
|
||||
Storage.setAllowed(data.localStorage);
|
||||
|
||||
|
|
@ -144,7 +144,7 @@ function getConfig(callback) {
|
|||
if (!is)
|
||||
Promises.config = null;
|
||||
});
|
||||
}, function() {
|
||||
}, () => {
|
||||
if (!is)
|
||||
Promises.config = null;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue