update files

This commit is contained in:
nuintun 2015-11-26 11:49:22 +08:00
parent 8d2af4a433
commit bc12838a2f

View File

@ -35,7 +35,7 @@ function Terminal(options){
// inherits // inherits
iterator(Terminal.defaults, function (key, value){ iterator(Terminal.defaults, function (key, value){
if (options.hasOwnProperty(options)) { if (options.hasOwnProperty(key)) {
this[key] = options[key]; this[key] = options[key];
} else { } else {
this[key] = value; this[key] = value;