mirror of
https://github.com/nuintun/command-manager.git
synced 2025-12-15 23:30:48 +08:00
update files
This commit is contained in:
@@ -33,7 +33,7 @@ module.exports = function (Terminal){
|
||||
var div;
|
||||
|
||||
this.element = document.createElement('div');
|
||||
this.element.className = 'terminal';
|
||||
this.element.className = 'ui-terminal';
|
||||
this.children = [];
|
||||
|
||||
for (; i < this.rows; i++) {
|
||||
|
||||
Reference in New Issue
Block a user