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
As per some discussion over in marionettejs/backbone.radio#136 (comment), it is a perfectly valid use-case to do new Radio.Channel, which does not expose the channel on the global _channels (really want some weak references in my life). We should consider patching the constructor to get a hold of all channels.
The text was updated successfully, but these errors were encountered:
As per some discussion over in marionettejs/backbone.radio#136 (comment), it is a perfectly valid use-case to do
new Radio.Channel
, which does not expose the channel on the global_channels
(really want some weak references in my life). We should consider patching the constructor to get a hold of all channels.The text was updated successfully, but these errors were encountered: