some white space and comma fixes
This commit is contained in:
parent
8586667828
commit
d4f681e28c
1 changed files with 25 additions and 27 deletions
|
|
@ -115,14 +115,14 @@
|
|||
progres: {
|
||||
items: {
|
||||
enable: true,
|
||||
size: 50,
|
||||
size: 50
|
||||
},
|
||||
bar: {
|
||||
enable: true,
|
||||
percentage: true,
|
||||
percentage: true
|
||||
}
|
||||
},
|
||||
delayDss: false, // TODO: move to cache type options
|
||||
delayDss: false // TODO: move to cache type options
|
||||
},
|
||||
cache: {
|
||||
meta: null,
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
});
|
||||
}
|
||||
};
|
||||
},
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
@ -551,8 +551,6 @@
|
|||
valueNew.splice(keyIdx,1);
|
||||
}
|
||||
}
|
||||
//utilDebug('cleanupCache value1: '+JSON.stringify(value));
|
||||
//utilDebug('cleanupCache value2: '+JSON.stringify(valueNew));
|
||||
|
||||
utilRunStack('cleanupCacheItems',diff, function(key, cb) {
|
||||
cacheDeleteValue(typeKey.type,key,cb);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue