mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
refactor: replace var with const / let (#14866)
This commit is contained in:
committed by
Samuel Attard
parent
b42493e6e6
commit
c61db523c7
@@ -31,7 +31,6 @@ function wrap (func, wrapper) {
|
||||
process.nextTick = wrapWithActivateUvLoop(process.nextTick)
|
||||
|
||||
global.setImmediate = wrapWithActivateUvLoop(timers.setImmediate)
|
||||
|
||||
global.clearImmediate = timers.clearImmediate
|
||||
|
||||
if (process.type === 'browser') {
|
||||
|
||||
Reference in New Issue
Block a user