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

_bug_catcher #29

Closed
lexey111 opened this issue Feb 5, 2014 · 1 comment
Closed

_bug_catcher #29

lexey111 opened this issue Feb 5, 2014 · 1 comment

Comments

@lexey111
Copy link

lexey111 commented Feb 5, 2014

MacOS 10.9 (MBP Late 2013)

When I use "meta c" / "meta v" combinations I have error alert about unknown _receive_input" error in Listener.prototype._bug_catcher().

So I replaced [line 141]

return _receive_input(e, false);

by

return this._receive_input(e, false);

and it works now.

@dmauro
Copy link
Owner

dmauro commented Feb 5, 2014

Thanks for catching this. You're getting all my typos! :)
Pushed a fix to development branch, going to release a 2.0.1 shortly, just looking into another bug as well.

@dmauro dmauro closed this as completed Feb 5, 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

2 participants