diff --git a/launchpad.js b/launchpad.js index 9eca09d..698030f 100644 --- a/launchpad.js +++ b/launchpad.js @@ -296,6 +296,7 @@ Launchpad.prototype.clearScroll = function() { Launchpad.prototype.scrollBytes = function(bytes, delay, color, onFinished) { var perScreen = 8; var charPos = 0; + var interval = 0; var overallBytes = []; for (var i= 0; i < bytes[0].length; i++) { var toAdd = "";