Fixes a typo reported by Hamid Yaseen. Closes #283.
This commit is contained in:
parent
711d4ab634
commit
5ac3304956
|
@ -243,7 +243,7 @@ var AudioLevels = (function(my) {
|
|||
resized = true;
|
||||
}
|
||||
|
||||
if (canvas.heigh !== height + interfaceConfig.CANVAS_EXTRA) {
|
||||
if (canvas.height !== height + interfaceConfig.CANVAS_EXTRA) {
|
||||
canvas.height = height + interfaceConfig.CANVAS_EXTRA;
|
||||
resized = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue