update files

This commit is contained in:
nuintun 2015-11-25 22:46:25 +08:00
parent d079b9bf16
commit acfdb6fe4a

View File

@ -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;