mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
indentation
This commit is contained in:
parent
fc5152c2f3
commit
e5d77c3763
1 changed files with 3 additions and 3 deletions
|
@ -67,9 +67,9 @@ exports.getAvailablePlugins = function(maxCacheAge, cb) {
|
|||
return cb && cb(null, exports.availablePlugins)
|
||||
}
|
||||
plugins = JSON.parse(plugins);
|
||||
exports.availablePlugins = plugins;
|
||||
cacheTimestamp = Math.round(+new Date/1000);
|
||||
cb && cb(null, plugins)
|
||||
exports.availablePlugins = plugins;
|
||||
cacheTimestamp = Math.round(+new Date/1000);
|
||||
cb && cb(null, plugins)
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue