mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 20:14:01 -06:00
Code review comments
This commit is contained in:
parent
1f88cd6f06
commit
75fa7b174c
@ -61,12 +61,8 @@ namespace ts {
|
||||
close: () => { }
|
||||
};
|
||||
},
|
||||
setTimeout: (callback, ms, ...args) => {
|
||||
return setTimeout(callback, ms, args);
|
||||
},
|
||||
clearTimeout: (timeoutId) => {
|
||||
clearTimeout(timeoutId);
|
||||
}
|
||||
setTimeout,
|
||||
clearTimeout
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user