Skip to content

Commit

Permalink
Update snap.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Sep 19, 2024
1 parent 36fa1dc commit bd8ed59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions snap.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,9 @@
);
};

/*
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('sw.js');
}
*/
world = new WorldMorph(document.getElementById('world'));
new IDE_Morph().openIn(world);
requestAnimationFrame(loop);
Expand Down

0 comments on commit bd8ed59

Please sign in to comment.