diff options
author | Ehsan Akhgari <ehsan.akhgari@gmail.com> | 2012-01-27 16:49:12 -0500 |
---|---|---|
committer | Ehsan Akhgari <ehsan.akhgari@gmail.com> | 2012-01-27 16:49:12 -0500 |
commit | 932c720a56a9e6c813b3b3ecc85783b6514c46f5 (patch) | |
tree | f3be573e78a9066478ab86eec5b1f73d5e250edb /src/shell.html | |
parent | 86e53100067d5f0f6f87c389ca2a4743e0e777fd (diff) |
Add a TODO message to add EMSCRIPTEN_ENVIRONMENT later
Diffstat (limited to 'src/shell.html')
-rw-r--r-- | src/shell.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/shell.html b/src/shell.html index 6b6bbdad..69217b18 100644 --- a/src/shell.html +++ b/src/shell.html @@ -9,6 +9,11 @@ <div id='output'></div> <hr> <script type='text/javascript'> + /** + * TODO: Encapsulate this part in a reusable token such as + * EMSCRIPTEN_ENVIRONMENT so that we can share code + * between the default shell and custom ones. + */ // connect to canvas var Module = { print: (function() { |