diff --git a/static/js/terminal/lib/close.js b/static/js/terminal/lib/close.js index 898f7eb..68e5210 100644 --- a/static/js/terminal/lib/close.js +++ b/static/js/terminal/lib/close.js @@ -10,8 +10,9 @@ module.exports = function (Terminal){ this.children = []; this.readable = false; this.writable = false; - this.handler = function (){}; this.write = function (){}; + this.handler = function (){}; + this.handlerTitle = function (){}; if (this.element) { var parent = this.element.parentNode;