Skip to content

Commit aaa0961

Browse files
committed
Initiate ULTIMATE_DREAM_KILLER to avoid errors
1 parent 143c1c2 commit aaa0961

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/public/js/main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ var drawingArea;
55
var width;
66
var height;
77
var volume = 0.6;
8+
var ULTIMATE_DREAM_KILLER = false;
89

910
var scale_factor = 6,
1011
note_overlap = 2,
@@ -98,7 +99,7 @@ function shouldEventBeIgnored(event){
9899

99100
return false;
100101
}
101-
102+
102103

103104
$(function(){
104105
element = document.documentElement;

0 commit comments

Comments
 (0)