update files

This commit is contained in:
nuintun 2015-11-27 14:58:11 +08:00
parent a6d641622b
commit 04b948a429
2 changed files with 1 additions and 6 deletions

View File

@ -56,7 +56,7 @@ function createXTerm(name, xtermNode){
var xterm;
var runtime = window.AppRuntime[name];
if (Terminal.focus) {
if (Terminal.focus && Terminal.focus.screen) {
xtermNode.removeChild(Terminal.focus.screen);
}

View File

@ -1,5 +0,0 @@
/**
* Created by nuintun on 2015/11/27.
*/
importScripts();