From acfdb6fe4a0fb66ab4cf4be921553f1895eb990a Mon Sep 17 00:00:00 2001 From: nuintun Date: Wed, 25 Nov 2015 22:46:25 +0800 Subject: [PATCH] update files --- static/js/terminal/lib/close.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;