diff options
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); }; |
