Skip to content

Commit

Permalink
Bound brand new image change handler, which first wipes out current p…
Browse files Browse the repository at this point in the history
…reloading cache and indicator #190
  • Loading branch information
pisi committed May 10, 2013
1 parent bed954e commit 08aa2da
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions jquery.reel.js
Expand Up @@ -1382,6 +1382,14 @@ jQuery.reel || (function($, window, document, undefined){
}
},

// ### `imageChange` Event ######
// `Event`, EXPERIMENTAL
//
imageChange: function(e, nil, image){
preloader.$.remove();
t.siblings(dot(cached_klass)).remove();
},

// ---------
// Indicator
// ---------
Expand Down

0 comments on commit 08aa2da

Please sign in to comment.