update files

This commit is contained in:
nuintun
2015-12-02 14:22:23 +08:00
parent 4ab4f07b0f
commit f34adf9270
2 changed files with 35 additions and 28 deletions

View File

@@ -0,0 +1,13 @@
/**
* Created by nuintun on 2015/12/2.
*/
'use strict';
importScripts('../../terminal/index.js');
var RUNCACHE = {};
onmessage = function (event){
console.log(event.data);
};