From: Mark Wooding Date: Sat, 30 Jun 2018 21:49:23 +0000 (+0100) Subject: dep.js (value): Force the dep before registering a dependents. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/dep-ui/commitdiff_plain/f2059c0fd232dfec5064d6df1cf787cce50fbcb2?hp=f2059c0fd232dfec5064d6df1cf787cce50fbcb2 dep.js (value): Force the dep before registering a dependents. Otherwise we'll add the dependent to the list, and then `_propagate' will clear the list, forgetting about us. ---