Fix Closure Compiler error, part 2

This commit is contained in:
copy 2017-06-19 14:12:26 -05:00
parent 9cae30dca2
commit c78b4f5e92

View file

@ -214,7 +214,7 @@ function ScreenAdapter(screen_container, bus)
requestAnimationFrame(is_graphical ? update_graphical : update_text);
};
function update_text()
var update_text = function()
{
for(var i = 0; i < text_mode_height; i++)
{