git ssb

10+

Matt McKegg / patchwork



Commit 5ea7181abf0f78bdc218f29116c94ca9401f7aed

Revert unnecessary comma

Michael LeGore committed on 9/19/2017, 10:45:17 PM
Parent: 313e2c907d040e92b4e1ae47604983b97126795d

Files changed

modules/page/html/render/public.jschanged
modules/page/html/render/public.jsView
@@ -85,9 +85,9 @@
8585 return !(filters().following && getType(msg) === 'contact')
8686 },
8787 waitFor: computed([
8888 following.sync,
89- subscribedChannels.sync,
89+ subscribedChannels.sync
9090 ], (...x) => x.every(Boolean))
9191 })
9292
9393 // call reload whenever filters changes (equivalent to the refresh from inside rollup)

Built with git-ssb-web