Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit f294d5b

Browse files
Refactoring schedule recursive
1 parent 31d1037 commit f294d5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/concurrency/scheduler.recursive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
return disposableEmpty;
1919
}
2020

21-
d = scheduler.scheduleWithState(state2, scheduleWork);
21+
var d = scheduler.scheduleWithState(state2, scheduleWork);
2222
if (!isDone) {
2323
group.add(d);
2424
isAdded = true;

0 commit comments

Comments
 (0)