aboutsummaryrefslogtreecommitdiff
path: root/src/shell.html
diff options
context:
space:
mode:
authorEhsan Akhgari <ehsan.akhgari@gmail.com>2012-01-27 16:49:12 -0500
committerEhsan Akhgari <ehsan.akhgari@gmail.com>2012-01-27 16:49:12 -0500
commit932c720a56a9e6c813b3b3ecc85783b6514c46f5 (patch)
treef3be573e78a9066478ab86eec5b1f73d5e250edb /src/shell.html
parent86e53100067d5f0f6f87c389ca2a4743e0e777fd (diff)
Add a TODO message to add EMSCRIPTEN_ENVIRONMENT later
Diffstat (limited to 'src/shell.html')
-rw-r--r--src/shell.html5
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() {