diff --git a/emcclib.js b/emcclib.js index d2316f1..47963bb 100644 --- a/emcclib.js +++ b/emcclib.js @@ -536,6 +536,7 @@ mergeInto(LibraryManager.library, { js_canvas_remove_statusbar: function() { if (statusbar !== null) statusbar.parentNode.removeChild(statusbar); + statusbar = null; }, /*