mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-07 03:14:07 +08:00
update files
This commit is contained in:
parent
8d2af4a433
commit
bc12838a2f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user