diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-03-15 16:49:37 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-03-15 16:49:37 -0700 |
commit | 470919bea98605f382f82a0ff76f53cb0faa4f90 (patch) | |
tree | 1acc8b38a23bfbfa6184a7004ebecf83b47c1346 /src/shell.html | |
parent | 36afa3f0eb2b3d63bcab798bc8ee1caceae08e2b (diff) |
almost working SDL_image test, just need async decoding
Diffstat (limited to 'src/shell.html')
-rw-r--r-- | src/shell.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/shell.html b/src/shell.html index 2f34ace3..11970241 100644 --- a/src/shell.html +++ b/src/shell.html @@ -9,11 +9,6 @@ <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() { |