update files

This commit is contained in:
nuintun
2015-11-26 21:51:59 +08:00
parent 4f037c405f
commit 6b2c31b263
5 changed files with 21 additions and 27 deletions

View File

@@ -15,7 +15,7 @@ module.exports = function (Terminal){
this.readable = false;
this.writable = false;
this.write = function (){};
this.handler = function (){};
this.handlerTitle = function (){};
this.ondata = function (){};
this.ontitle = function (){};
};
};