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

can i get last publish value

Open pulo opened this issue 10 years ago • 0 comments

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')

pulo avatar Nov 19 '14 14:11 pulo