Mediator.js
Mediator.js copied to clipboard
can i get last publish value
I want to get the last value of 'mediator.publish()'. like this: mediator.publish("message", "Hello, world"); and then ,i can get 'Hello,world' by :mediator.getlastpuslish('message')