Commit 5ea7181abf0f78bdc218f29116c94ca9401f7aed
Revert unnecessary comma
Michael LeGore committed on 9/19/2017, 10:45:17 PMParent: 313e2c907d040e92b4e1ae47604983b97126795d
Files changed
modules/page/html/render/public.js | changed |
modules/page/html/render/public.js | ||
---|---|---|
@@ -85,9 +85,9 @@ | ||
85 | 85 | return !(filters().following && getType(msg) === 'contact') |
86 | 86 | }, |
87 | 87 | waitFor: computed([ |
88 | 88 | following.sync, |
89 | - subscribedChannels.sync, | |
89 | + subscribedChannels.sync | |
90 | 90 | ], (...x) => x.every(Boolean)) |
91 | 91 | }) |
92 | 92 | |
93 | 93 | // call reload whenever filters changes (equivalent to the refresh from inside rollup) |
Built with git-ssb-web