Mediator.js icon indicating copy to clipboard operation
Mediator.js copied to clipboard

Is it normal that this.stopped = false appears at the end of publish and not the start?

Open Mica4DEV opened this issue 10 years ago • 0 comments

Let's say we have a call to channel.publish('something', true); And we want to know just after we want to know if the propagation has been stopped, is that normal that this.stopped = false; appears at the end of the publish method, instead of at the top of it? (as initialization?)

Mica4DEV avatar Jul 07 '14 09:07 Mica4DEV