pad.libre-service.eu-etherpad/src
muxator 630af9af7d db/SessionStore.js: call nextTick() only if there is something to do
Changed two occurrences of:

  process.nextTick(function() {
     if (fn) fn();
  });

with

  if (fn) {
    process.nextTick(fn);
  }

i.e. such that no function even gets added to the `nextTick` queue unless
there's actually a function to be called.

Extracted from Ray's work.
2019-02-09 00:14:53 +01:00
..
locales Localisation updates from https://translatewiki.net. 2019-02-25 10:41:33 +01:00
node db/SessionStore.js: call nextTick() only if there is something to do 2019-02-09 00:14:53 +01:00
static plugins download and search: converted to Promises 2019-01-23 12:24:53 +00:00
templates skins: Improve clientPluginNames class helper 2019-02-22 19:48:46 +01:00
ep.json Initial work on swagger 2013-03-06 10:10:21 +00:00
etherpad_icon.svg Add new favicon (32x32) with associated svg file 2015-01-11 22:40:56 +01:00
package.json start using "thenify" to support callback and promises 2019-01-21 16:28:05 +00:00
README.md remove one less warning during install by having a readme placeholder 2013-02-10 03:04:08 +00:00
web.config Add IIS config file 2012-10-25 10:22:28 -07:00

Ignore this file and see the file in the base installation folder