From 7fd14cc6d457edfa6e276a2f8ea085236046f579 Mon Sep 17 00:00:00 2001 From: Tim Mickel Date: Mon, 11 Apr 2016 14:31:04 -0400 Subject: [PATCH] Add missing line-break in UI.js --- src/editor/ui/UI.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/editor/ui/UI.js b/src/editor/ui/UI.js index ce6fa99..11076d8 100644 --- a/src/editor/ui/UI.js +++ b/src/editor/ui/UI.js @@ -32,6 +32,7 @@ export default class UI { static get infoBoxOpen () { return infoBoxOpen; } + static layout () { UI.topSection(); UI.middleSection();