Skip to content

Commit d8df99b

Browse files
authored
Update coffee-spawner.js (#5545)
1 parent c29d2ac commit d8df99b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/mixed-reality/real-world-meshing/coffee-spawner.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ AFRAME.registerComponent('coffee-spawner', {
4040
var sceneEl = this.el.sceneEl;
4141
var saucerEl = document.createElement('a-entity');
4242
var cupEl = document.createElement('a-entity');
43-
var wristRotation = evt.detail.wristRotation;
4443
var animateScale = function (evt) {
4544
evt.target.setAttribute('animation', {
4645
property: 'scale',

0 commit comments

Comments
 (0)