git ssb

0+

mixmix / patch-suggest



Commit b39553f9cc66a675cc0573bf64b08ef39414ba3c

woops fix

mix irving committed on 6/6/2018, 10:58:09 AM
Parent: 0983372b6a7b3482979097afea8885f1b209a42f

Files changed

about/async/suggest.jschanged
about/async/suggest.jsView
@@ -21,9 +21,9 @@
2121
2222 return nest('about.async.suggest', suggestedProfile)
2323
2424 function suggestedProfile (word, extraIds = [], cb) {
25- if (typeof extraIds === 'function') return suggestedProfile(word, [], extraIds)
25 + if (cb === undefined) return suggestedProfile(word, [], extraIds)
2626 loadSuggestions()
2727 if (word == null) return
2828
2929 const moreSuggestions = buildSuggestions(extraIds)

Built with git-ssb-web