diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-09-08 14:42:36 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-09-08 14:42:36 -0700 |
commit | deacea7d360ec2db1f47a447b6da55f5dca098a6 (patch) | |
tree | d97eba4131ab6f535f637088fc01d09d028bca7b /src/proxyClient.js | |
parent | 649f00422986e1e41551bcb49568adcb7897faa6 (diff) |
initial setup for proxying: add option and generate separate html and js
Diffstat (limited to 'src/proxyClient.js')
-rw-r--r-- | src/proxyClient.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/proxyClient.js b/src/proxyClient.js new file mode 100644 index 00000000..645ccca6 --- /dev/null +++ b/src/proxyClient.js @@ -0,0 +1,5 @@ + +// proxy to/from worker + +var worker = new Worker('{{{ filename }}}.js'); + |