Skip to content

Commit

Permalink
Update to Aframe v1.6.0 - THREE r164
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-pelletier committed Jul 1, 2024
1 parent e93f600 commit 8760303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion minimalplayer/js/player.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const videoPlayer = document.querySelectorAll('.video-player')

videoPlayer.forEach(function (item) {
videoPlayer.forEach( (item) => {

const video = item.querySelector('.video')
const playButton = item.querySelector('.play-button')
Expand Down
2 changes: 1 addition & 1 deletion roundedanglesbox/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name = "author" content = "Jean-Pierre PELLETIER">
<title>THREE.JS ROUNDED ANGLES BOX COMPONENT FOR AFRAME</title>

<script src = "https://aframe.io/releases/1.5.0/aframe.min.js"></script>
<script src = "https://aframe.io/releases/1.6.0/aframe.min.js"></script>
<script type = "text/javascript" src = "./js/roundedanglesbox.js"></script>


Expand Down

0 comments on commit 8760303

Please sign in to comment.