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
|
, walker
|
||||||
;
|
;
|
||||||
|
|
||||||
|
# To be truly synchronous in the emitter and maintain a compatible api,
|
||||||
|
# the listeners must be listed before the object is created
|
||||||
options = {
|
options = {
|
||||||
listeners: {
|
listeners: {
|
||||||
names: function (root, nodeNamesArray) {
|
names: function (root, nodeNamesArray) {
|
||||||
|
|
Loading…
Reference in New Issue