mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 04:43:37 -05:00
Code review comments
This commit is contained in:
@@ -61,12 +61,8 @@ namespace ts {
|
||||
close: () => { }
|
||||
};
|
||||
},
|
||||
setTimeout: (callback, ms, ...args) => {
|
||||
return setTimeout(callback, ms, args);
|
||||
},
|
||||
clearTimeout: (timeoutId) => {
|
||||
clearTimeout(timeoutId);
|
||||
}
|
||||
setTimeout,
|
||||
clearTimeout
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user