1
Fork 0
mirror of https://github.com/RGBCube/rgbcube.github.io synced 2025-07-24 23:47:42 +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> </div>
<script> <script>
"use strict";
const __cube = document.querySelector(".cube"); const __cube = document.querySelector(".cube");
class Vec3 { class Vec3 {
@ -363,4 +365,4 @@
</script> </script>
</body> </body>
</html> </html>