Merge branch 'support-html-template' into glgears

This commit is contained in:
Ehsan Akhgari 2012-01-27 16:50:51 -05:00
Родитель 9c1b4038ae 932c720a56
Коммит 3668ca9324
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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() {