chore: update build #45

Merged
neb-b merged 1 commit from build into master 2018-06-11 20:29:39 +02:00

42
dist/bundle.js vendored
View file

@ -1843,7 +1843,7 @@ function doFetchTrendingUris() {
dispatch({ dispatch({
type: ACTIONS.FETCH_TRENDING_CONTENT_COMPLETED, type: ACTIONS.FETCH_TRENDING_CONTENT_COMPLETED,
data: { data: {
uris: {} uris: []
} }
}); });
}; };
@ -2347,26 +2347,26 @@ exports.default = lbryProxy;
/* 8 */ /* 8 */
/***/ (function(module, exports) { /***/ (function(module, exports) {
var g; var g;
// This works in non-strict mode // This works in non-strict mode
g = (function() { g = (function() {
return this; return this;
})(); })();
try { try {
// This works if eval is allowed (see CSP) // This works if eval is allowed (see CSP)
g = g || Function("return this")() || (1, eval)("this"); g = g || Function("return this")() || (1, eval)("this");
} catch (e) { } catch (e) {
// This works if the window reference is available // This works if the window reference is available
if (typeof window === "object") g = window; if (typeof window === "object") g = window;
} }
// g can still be undefined, but nothing to do about it... // g can still be undefined, but nothing to do about it...
// We return undefined, instead of nothing here, so it's // We return undefined, instead of nothing here, so it's
// easier to handle this case. if(!global) { ...} // easier to handle this case. if(!global) { ...}
module.exports = g; module.exports = g;
/***/ }), /***/ }),