update files

This commit is contained in:
nuintun 2016-01-14 15:25:31 +08:00
parent cfa3b59301
commit e81edbd701

View File

@ -93,7 +93,6 @@ function closeXTerm(name){
if (runtime) {
runtime.worker.port.postMessage({ action: 'close', name: name });
runtime.worker.terminate();
delete AppRuntime[name];
}