lbry-desktop/js/component
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
..
common.js Convert to ES6 modules 2016-12-06 14:28:10 -05:00
drawer.js Convert to ES6 modules 2016-12-06 14:28:10 -05:00
form.js Convert to ES6 modules 2016-12-06 14:28:10 -05:00
header.js Convert to ES6 modules 2016-12-06 14:28:10 -05:00
link.js Fix timeout check in DownloadLink 2016-12-16 17:59:15 -05:00
load_screen.js Convert to ES6 modules 2016-12-06 14:28:10 -05:00
menu.js Fix imports on My Files page 2016-12-09 02:50:25 -05:00
modal.js Convert to ES6 modules 2016-12-06 14:28:10 -05:00
splash.js Convert to ES6 modules 2016-12-06 14:28:10 -05:00