adaptlearning / adapt-contrib-narrative

A component that displays an image gallery with accompanying text
GNU General Public License v3.0
5 stars 39 forks source link

setReadyStatus #5

Closed darylhedley closed 10 years ago

darylhedley commented 10 years ago
postRender: function() {
    this.$('.slider').imageready(_.bind(function(){
        this.setReadyStatus();
    }, this));
}