From 5add3538881651a55b26af0eff42a6c0f513716c Mon Sep 17 00:00:00 2001 From: jmoenig Date: Fri, 5 Oct 2018 09:58:58 +0200 Subject: [PATCH] tweaked whitespace in snap.html replaced tabs with spaces --- snap.html | 74 +++++++++++++++++++++++++++---------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/snap.html b/snap.html index 697c3ca9..274ee908 100755 --- a/snap.html +++ b/snap.html @@ -1,42 +1,42 @@ - - - Snap! Build Your Own Blocks 4.2.2 - dev - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + function loop() { + requestAnimationFrame(loop); + world.doOneCycle(); + } + + + + +