lbry-desktop/js
Alex Liebowitz 643c884f56 Fix timeout check in DownloadLink
Was checking typeof streamInfo === 'object', and typeof null is
'object' (because why not?)

I think this was previously returning false for timeouts, and now
will only return null, so the "typeof" part may not be needed anymore.
2016-12-16 17:59:15 -05:00
..
component Fix timeout check in DownloadLink 2016-12-16 17:59:15 -05:00
page Show: var -> const in DetailPage.render() 2016-12-14 13:27:07 -05:00
app.js bug fixes found while linting 2016-12-06 14:28:10 -05:00
lbry.js Add lbry.getCostInfoForName() 2016-12-14 13:24:58 -05:00
lighthouse.js Add lbry.getSizeForName() 2016-12-14 13:24:58 -05:00
main.js Convert to ES6 modules 2016-12-06 14:28:10 -05:00