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
iterator(Terminal.defaults, function (key, value){
if (options.hasOwnProperty(options)) {
if (options.hasOwnProperty(key)) {
this[key] = options[key];
} else {
this[key] = value;