Closed ussuri closed 9 years ago
@umop
Simplified code:
eventA.listenOnce(function() { eventB.fire(); }); eventB.listenOnce(function() { eventA.fire(); });
This works with this change, but hangs in an infinite loop without it.
lgtm
@umop
Simplified code:
This works with this change, but hangs in an infinite loop without it.