79556570

Date: 2025-04-05 04:55:17
Score: 1.5
Natty:
Report link

I know it's been 2 months since you've posted this, but I found in the backbone radio documentation, you can just simply turn an event off.

const CustomBlurController = Marionette.Object.extend({
    initialize: function() {
        const fieldsChannel = Backbone.Radio.channel('fields');

        fieldsChannel.off('blur:field');
    },

});

new CustomBlurController();
Reasons:
  • Blacklisted phrase (1): I know it's been
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Michael O'Connor