dep.js (value): Force the dep before registering a dependents.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 30 Jun 2018 21:49:23 +0000 (22:49 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 30 Jun 2018 21:49:23 +0000 (22:49 +0100)
commitf2059c0fd232dfec5064d6df1cf787cce50fbcb2
tree320c6b56cdbaecaf0361557322f4e8f62785c3c0
parentd87223741448e0ad851949aafce5bd0441b8b9ab
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.
dep.js