update files

This commit is contained in:
nuintun
2015-11-25 00:19:23 +08:00
parent a77c63998e
commit 12a617fce5
6 changed files with 40 additions and 5 deletions

View File

@@ -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++) {