mirror of
https://github.com/nuintun/command-manager.git
synced 2025-07-19 00:49:37 +08:00
update files
This commit is contained in:
parent
d079b9bf16
commit
acfdb6fe4a
@ -10,8 +10,9 @@ module.exports = function (Terminal){
|
|||||||
this.children = [];
|
this.children = [];
|
||||||
this.readable = false;
|
this.readable = false;
|
||||||
this.writable = false;
|
this.writable = false;
|
||||||
this.handler = function (){};
|
|
||||||
this.write = function (){};
|
this.write = function (){};
|
||||||
|
this.handler = function (){};
|
||||||
|
this.handlerTitle = function (){};
|
||||||
|
|
||||||
if (this.element) {
|
if (this.element) {
|
||||||
var parent = this.element.parentNode;
|
var parent = this.element.parentNode;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user