Skip to content

Commit

Permalink
fix(callback): Fix cancel method typo
Browse files Browse the repository at this point in the history
close issue #1 with typo fix

#1
  • Loading branch information
miketrebilcock committed Mar 27, 2017
1 parent fc40f6f commit b133322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js-pigpio/_callback.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class _callback {
*/
cancel () {
"use strict";
this._notfy.remove(this._callback);
this._notify.remove(this._callback);
}

/**
Expand Down

0 comments on commit b133322

Please sign in to comment.