Skip to content

Commit f19cad8

Browse files
author
minjk-bl
committed
small changes
1 parent 945d00e commit f19cad8

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

html/boardFrame.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@
4343
<div id="vp_boardLoading" class="vp-board-loading">
4444
<i class="fa fa-spinner fa-spin"></i>
4545
</div>
46-
<div id="vp_boardBody" class="vp-board-body vp-scrollbar">
47-
48-
</div>
46+
<div id="vp_boardBody" class="vp-board-body vp-scrollbar"></div>
4947
<!-- Board Footer -->
5048
<div id="vp_boardFooter" class="vp-board-footer">
5149
<div class="vp-board-footer-buttons">

js/board/BoardFrame.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -724,9 +724,6 @@ define([
724724
this.clearBoard();
725725
}
726726
clearBoard() {
727-
// TODO: alert before clearing
728-
let that = this;
729-
730727
// clear board
731728
this.blockList.forEach(block => {
732729
block.popup.remove();

0 commit comments

Comments
 (0)