Skip to content
This repository has been archived by the owner on Oct 27, 2018. It is now read-only.

HubSpot/mixen-view-eventjanitor

Repository files navigation

Mixen View Event Janitor

A class which you can use with Mixen to cleanup events when you destroy Backbone subviews.

Usage

class MyView extends Mixen(EventJanitor, Backbone.View)
  render: ->
    subview = new OtherAwesomeView()

    @rememberView subview

When undelegateEvents gets called on the view, it will call stopListening on all the registered subviews.

About

Cleanup events in Backbone subviews

Resources

License

Stars

Watchers

Forks

Packages

No packages published