Skip to content
Snippets Groups Projects

Split room.js from app.js

Merged Nayeem Rahman requested to merge app-refactor into master
All threads resolved!
Files
5
+ 1
6
@@ -32,12 +32,7 @@
<ul id="connected-peers"></ul>
</div>
<svg
id="whiteboard"
width="100%"
height="100%"
style="position: fixed"
></svg>
<svg id="canvas" width="100%" height="100%" style="position: fixed"></svg>
<script src="js/app.js"></script>
</body>
Loading