From d3a75344f5d7580181e35394e052a1c13f0e1261 Mon Sep 17 00:00:00 2001 From: Jeremiah Senkpiel Date: Mon, 21 Mar 2016 12:28:30 -0400 Subject: [PATCH] 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 --- lib/timers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/timers.js b/lib/timers.js index bec1d2e218..478a054339 100644 --- a/lib/timers.js +++ b/lib/timers.js @@ -447,7 +447,7 @@ function Timeout(after) { this._idleStart = null; this._onTimeout = null; this._repeat = null; -}; +} function unrefdHandle() {