update files

This commit is contained in:
nuintun
2015-11-25 16:26:44 +08:00
parent 1efef2d5bc
commit 1573efbbe7
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ function Terminal(options){
options.handler = typeof options.handler === 'function' ? options.handler : function (){};
this.handler = options.handler;
options.convertEol = options.convertEol !== false;
options.convertEol = options.convertEol === true;
this.convertEol = options.convertEol;
this.options = options;