From 7d10ccfb6ffb2db19f0c79ce887b4d55d7c2451f Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 22 Jun 2013 23:21:30 -0700 Subject: [PATCH] added note on synchronous behaviour --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 931c4af..b769f0b 100644 --- a/README.md +++ b/README.md @@ -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) {