Backbone-Elements
Backbone-Elements copied to clipboard
Apply this.delegateEvents() on initialize.
For some reason my events are not delegated upon initialisation. I have to manually run this.delegateEvents() after calling on super(). This small patch fixes that for me.