git ssb

1+

Matt McKegg / mutant



Commit fa86f12bec35efbf6f363716b3919c8f36beb8ee

computed: add onUnlisten option for debugging

Matt McKegg committed on 9/7/2016, 2:48:35 AM
Parent: f43712e86ae2ac4d1c6097f8b17eb2e21de06298

Files changed

computed.jschanged
computed.jsView
@@ -91,8 +91,12 @@
9191
9292 while (this.releases.length) {
9393 this.releases.pop()()
9494 }
95+
96+ if (this.opts && this.opts.onUnlisten) {
97+ this.opts.onUnlisten()
98+ }
9599 }
96100 },
97101 update: function () {
98102 var changed = false

Built with git-ssb-web