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:
parent
40f1327d08
commit
5ddc5e76dd
1 changed files with 3 additions and 1 deletions
|
@ -224,6 +224,8 @@
|
|||
</div>
|
||||
|
||||
<script>
|
||||
"use strict";
|
||||
|
||||
const __cube = document.querySelector(".cube");
|
||||
|
||||
class Vec3 {
|
||||
|
@ -363,4 +365,4 @@
|
|||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue