Commit 607ea9d91ce60bfded5ecd71b449127d8e030b50
prune un-needed deps
mix irving committed on 10/13/2017, 12:58:25 AMParent: 02409b75b7b418ba5d788e8ae1bc8a8d8a03d432
Files changed
app/page/blogNew.js | changed |
app/page/blogNew.js | ||
---|---|---|
@@ -6,15 +6,11 @@ | ||
6 | 6 | |
7 | 7 | exports.needs = nest({ |
8 | 8 | 'app.html.context': 'first', |
9 | 9 | 'channel.async.suggest': 'first', |
10 | - // 'app.html.threadCard': 'first', | |
11 | 10 | 'history.sync.push': 'first', |
12 | - // 'keys.sync.id': 'first', | |
13 | 11 | 'message.html.compose': 'first', |
14 | 12 | 'translations.sync.strings': 'first', |
15 | - // 'state.obs.threads': 'first', | |
16 | - // 'unread.sync.isUnread': 'first' | |
17 | 13 | }) |
18 | 14 | |
19 | 15 | exports.create = (api) => { |
20 | 16 | var contentHtmlObs |
Built with git-ssb-web