Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add _called to prototype
  • Loading branch information
silverwind committed Mar 25, 2015
commit bc94f6c3adf0b8a96acf5c1f04d22a7d0fe892cf
1 change: 1 addition & 0 deletions lib/timers.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ exports.clearInterval = function(timer) {


const Timeout = function(after) {
this._called = false;
this._idleTimeout = after;
this._idlePrev = this;
this._idleNext = this;
Expand Down