0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 15:30:56 +01:00

timers: fix lint from 4fe02e2

Fixes: https://github.com/nodejs/node/issues/5823
Refs: https://github.com/nodejs/node/pull/5793
PR-URL: https://github.com/nodejs/node/pull/5825
Reviewed-By: Myles Borins <myles.borins@gmail.com>
This commit is contained in:
Jeremiah Senkpiel 2016-03-21 12:28:30 -04:00
parent 54e6a8d6d7
commit d3a75344f5

View File

@ -447,7 +447,7 @@ function Timeout(after) {
this._idleStart = null;
this._onTimeout = null;
this._repeat = null;
};
}
function unrefdHandle() {