File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -297,9 +297,9 @@ then the expression is not fulfilled and will remain watched.
297
297
2. If V is not undefined, mark the result of the expression as stable and schedule a task
298
298
to deregister the watch for this expression when we exit the digest loop
299
299
3. Process the digest loop as normal
300
- 4. When digest loop is done and all the values have settled process the queue of watch
301
- deregistration tasks. For each watch to be deregistered check if it still evaluates
302
- to value that is not `undefined`. If that's the case, deregister the watch. Otherwise
300
+ 4. When digest loop is done and all the values have settled, process the queue of watch
301
+ deregistration tasks. For each watch to be deregistered, check if it still evaluates
302
+ to a value that is not `undefined`. If that's the case, deregister the watch. Otherwise,
303
303
keep dirty-checking the watch in the future digest loops by following the same
304
304
algorithm starting from step 1
305
305
You can’t perform that action at this time.
0 commit comments