Revert "Use $.queueTask (MessageChannel based) instead of setTimeout."
This reverts commit 2e2fe4a82b27b5ff8f637cebdb283669ee5116a7.
This commit is contained in:
parent
2e2fe4a82b
commit
d65a607293
@ -521,7 +521,7 @@ Main =
|
|||||||
unless nodes[i]
|
unless nodes[i]
|
||||||
(cb() if cb)
|
(cb() if cb)
|
||||||
return
|
return
|
||||||
$.queueTask softTask
|
setTimeout softTask, 0
|
||||||
|
|
||||||
softTask()
|
softTask()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user