Code review comments

This commit is contained in:
Mohamed Hegazy 2016-05-19 15:55:18 -07:00
parent 1f88cd6f06
commit 75fa7b174c

View file

@ -61,12 +61,8 @@ namespace ts {
close: () => { }
};
},
setTimeout: (callback, ms, ...args) => {
return setTimeout(callback, ms, args);
},
clearTimeout: (timeoutId) => {
clearTimeout(timeoutId);
}
setTimeout,
clearTimeout
};
}