-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
When i click on < or > for scrolling, ALL of the callbacks are triggered twice. Looks like a bug.
jQuery(function() {
this.film_rolls || (this.film_rolls = []);
this.film_rolls['film_roll_1'] = new FilmRoll({
container: '#film_roll_1',
height: '+10'
});
return true;
});
$('#film_roll_1').on('film_roll:activate', function(event) {
alert(event.toSource()); // shows 2 times
});
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels