always make lbry globally available

This commit is contained in:
Jeremy Kauffman 2017-01-05 17:30:36 -05:00 committed by GitHub
parent 15d9236500
commit 4db3211855

View file

@ -7,8 +7,8 @@ import SplashScreen from './component/splash.js';
var init = function() {
window.lbry = lbry;
if (lbry.getClientSetting('debug')) {
window.lbry = lbry;
window.lighthouse = lighthouse;
}