You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Request: It should be possible to subscribe to multiple channels, e.g. separated by a ,. A example would look like: mediator.subscribe("channelOne, channelTwo", function(){}); like in the jQuery syntax.