fix window casing

This commit is contained in:
jberg 2019-03-17 21:22:07 -07:00 committed by Jordan Eldredge
parent 1fb43474f2
commit bdf1c4aa09

View file

@ -37,10 +37,10 @@
butterchurnOpen: true
},
__initialWindowLayout: {
MAIN: { position: { x: 0, y: 0 } },
EQUALIZER: { position: { x: 0, y: 116 } },
PLAYLIST: { position: { x: 0, y: 232 }, size: [0, 4] },
MILKDROP: { position: { x: 275, y: 0 }, size: [7, 12] }
main: { position: { x: 0, y: 0 } },
equalizer: { position: { x: 0, y: 116 } },
playlist: { position: { x: 0, y: 232 }, size: [0, 4] },
milkdrop: { position: { x: 275, y: 0 }, size: [7, 12] }
}
}).renderWhenReady(document.getElementById('app'));
</script>