took out scaffolding in snap.html

pull/95/head
jmoenig 2020-04-15 17:32:04 +02:00
rodzic dab8be8a0a
commit 856aab3fe0
1 zmienionych plików z 0 dodań i 13 usunięć

Wyświetl plik

@ -31,19 +31,6 @@
world = new WorldMorph(document.getElementById('world'));
world.isDevMode = false;
new IDE_Morph().openIn(world);
/*
var t = new ToggleButtonMorph(
null,
null,
() => world.isDevMode = !world.isDevMode,
[new SymbolMorph('gears'), new SymbolMorph('globe')], //'dev mode',
() => world.isDevMode,
null,
'hacker possibilities'
);
t.setPosition(new Point(100, 100));
world.add(t);
*/
loop();
};
function loop() {