diff options
| author | Michael Ball <cycomachead@gmail.com> | 2014-05-24 22:02:00 -0700 |
|---|---|---|
| committer | Michael Ball <cycomachead@gmail.com> | 2014-05-24 22:02:00 -0700 |
| commit | bf03185eb083ea4171121d25ffda3041d91be8e7 (patch) | |
| tree | 6c5c5522a2ef79992cee682b4ebeec8ba7e7502b /snap.html | |
| parent | 01b9417b87688b591fe3df2a55ec367dd72f027d (diff) | |
| parent | 089d1500b41f00611603de936a65093d0dbb15ec (diff) | |
| download | snap-yow-bf03185eb083ea4171121d25ffda3041d91be8e7.tar.gz snap-yow-bf03185eb083ea4171121d25ffda3041d91be8e7.zip | |
Merge pull request #33 from jmoenig/master
update cs10 fork
Diffstat (limited to 'snap.html')
| -rwxr-xr-x | snap.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ var world; window.onload = function () { world = new WorldMorph(document.getElementById('world')); + world.worldCanvas.focus(); new IDE_Morph().openIn(world); setInterval(loop, 1); }; |
