aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEhsan Akhgari <ehsan.akhgari@gmail.com>2012-01-27 16:50:51 -0500
committerEhsan Akhgari <ehsan.akhgari@gmail.com>2012-01-27 16:50:51 -0500
commit3668ca932450198e2f6947e8a369bd031c5be878 (patch)
tree977d3f0d347e3fd6f71a38f6ac1bc7d27a9f77c0
parent9c1b4038ae78dfabe7342a31f9bfa9477c658994 (diff)
parent932c720a56a9e6c813b3b3ecc85783b6514c46f5 (diff)
Merge branch 'support-html-template' into glgears
-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() {