1
Fork 0
mirror of https://github.com/RGBCube/rgbcube.github.io synced 2025-05-31 13:18:13 +00:00

Use strict

This commit is contained in:
RGBCube 2023-12-18 15:24:49 +03:00
parent 40f1327d08
commit 5ddc5e76dd
No known key found for this signature in database

View file

@ -224,6 +224,8 @@
</div>
<script>
"use strict";
const __cube = document.querySelector(".cube");
class Vec3 {
@ -363,4 +365,4 @@
</script>
</body>
</html>
</html>