marionettejs / backbone.radio

Messaging patterns for Backbone applications.
MIT License
491 stars 50 forks source link

Do not attach Radio unconditionally to Backbone and remove noConflict #279

Open blikblum opened 6 years ago

blikblum commented 6 years ago

Do not attach Radio instance unconditionally to Backbone. This is done only when using the umd build in a script tag.

This change allows to remove noConflict

Follows recent change in Marionette