Skip to content

Fix for event-scope

Compare
Choose a tag to compare
@ilyavolodin ilyavolodin released this 11 Mar 23:48
· 50 commits to master since this release

Fixing edge case for event-scope that flagged following code:

Backbone.View.extend({
    initialize: function() {
         this.$('.test').on('click', this.clicked);
    }
});