Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Events #47

Open
Saartje87 opened this issue Jan 20, 2014 · 0 comments
Open

Events #47

Saartje87 opened this issue Jan 20, 2014 · 0 comments
Assignees

Comments

@Saartje87
Copy link
Owner

Event.on / Event.off / Event.emit should be more or less the same :) At the moment emit and off do not support multiple event types and do not check for this.

PB.$(document).on('mousedown touchstart', this._start, this);

PB.$(document).emit('mousedown touchstart')

PB.$(document).off('mousedown touchstart', this._start, this);
@ghost ghost assigned Saartje87 Jan 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant