summaryrefslogtreecommitdiff
path: root/snap.html
diff options
context:
space:
mode:
authorMichael Ball <cycomachead@gmail.com>2014-05-24 22:02:00 -0700
committerMichael Ball <cycomachead@gmail.com>2014-05-24 22:02:00 -0700
commitbf03185eb083ea4171121d25ffda3041d91be8e7 (patch)
tree6c5c5522a2ef79992cee682b4ebeec8ba7e7502b /snap.html
parent01b9417b87688b591fe3df2a55ec367dd72f027d (diff)
parent089d1500b41f00611603de936a65093d0dbb15ec (diff)
downloadsnap-bf03185eb083ea4171121d25ffda3041d91be8e7.tar.gz
snap-bf03185eb083ea4171121d25ffda3041d91be8e7.zip
Merge pull request #33 from jmoenig/master
update cs10 fork
Diffstat (limited to 'snap.html')
-rwxr-xr-xsnap.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/snap.html b/snap.html
index 66604c5..904aba8 100755
--- a/snap.html
+++ b/snap.html
@@ -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);
};