diff --git a/src/node.js b/src/node.js index 9247a02cf50..917a15daa44 100644 --- a/src/node.js +++ b/src/node.js @@ -46,7 +46,6 @@ function setInterval (callback, repeat) { function clearTimeout (timer) { timer.stop(); - delete timer; } clearInterval = clearTimeout;