We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I think in this line https://github.com/i-am-digital/js-pigpio/blob/master/js-pigpio/_callback.js#L87 you mean this._notify.remove(this._callback); rather than notfy
this._notify.remove(this._callback);
notfy
thanks
The text was updated successfully, but these errors were encountered:
f7a0338
fix(callback): Fix cancel method typo
b133322
close issue #1 with typo fix #1
No branches or pull requests
Hi,
I think in this line
https://github.com/i-am-digital/js-pigpio/blob/master/js-pigpio/_callback.js#L87
you mean
this._notify.remove(this._callback);
rather than
notfy
thanks
The text was updated successfully, but these errors were encountered: