added note on synchronous behaviour
This commit is contained in:
parent
3a5d395587
commit
7d10ccfb6f
|
@ -96,6 +96,8 @@ but I believe it will still finish in a single event loop as-is
|
|||
, walker
|
||||
;
|
||||
|
||||
# To be truly synchronous in the emitter and maintain a compatible api,
|
||||
# the listeners must be listed before the object is created
|
||||
options = {
|
||||
listeners: {
|
||||
names: function (root, nodeNamesArray) {
|
||||
|
|
Loading…
Reference in New Issue