Closed darylhedley closed 10 years ago
this.setReadyStatus
postRender
postRender: function() { this.$('.slider').imageready(_.bind(function(){ this.setReadyStatus(); }, this)); }
this.setReadyStatus
and instead have another method or even have this in thepostRender
method? Means it keeps every component consistent