Skip to content

Callbacks triggered twice? #39

@ghost

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
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions