Skip to content

Commit

Permalink
Use null __initialLayout to indicate we don't have a layout in mind
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Oct 6, 2018
1 parent 4bceba9 commit fc26d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Raven.context(async () => {
return;
}
const __extraWindows = [];
let __initialWindowLayout = {};
let __initialWindowLayout = null;

if (isButterchurnSupported()) {
const startWithMilkdropHidden =
Expand Down

0 comments on commit fc26d33

Please sign in to comment.