ajacksified / ajacksified/Mediator.js
Is it normal that this.stopped = false appears at the end of publish and not the start?
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 460
- Forks
- 75
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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?)
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.