Fixes a typo reported by Hamid Yaseen. Closes #283.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user