diff options
Diffstat (limited to 'assets/js/src/App.js')
-rw-r--r-- | assets/js/src/App.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/src/App.js b/assets/js/src/App.js index 44564629..66a0c81c 100644 --- a/assets/js/src/App.js +++ b/assets/js/src/App.js @@ -2,7 +2,7 @@ function App() { this.board = new Board(this); this.markdown = new Markdown(); this.search = new Search(this); - this.swimlane = new Swimlane(); + this.swimlane = new Swimlane(this); this.dropdown = new Dropdown(); this.tooltip = new Tooltip(this); this.popover = new Popover(this); |