Skip to content

i-bem-dom__events: once is broken #1452

@dfilatov

Description

@dfilatov
var f = function() {
  console.log('click');
};

this._domEvents().once('click', f);
this.domElem.trigger('click');
this._domEvents().once('click', f);
this.domElem.trigger('click');

f is expected to be called twice, but it's called once.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions