mirror of
https://github.com/nuintun/command-manager.git
synced 2026-03-10 16:10:14 +08:00
update files
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user