We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c956b8 commit c5be38eCopy full SHA for c5be38e
reaction_components/stretchable.js
@@ -9,7 +9,7 @@ AFRAME.registerComponent('stretchable', inherit(base, {
9
usePhysics: {default: 'ifavailable'},
10
invert: {default: false},
11
physicsUpdateRate: {default: 100},
12
- useWorldSpaceCoordinates: {type: "bool", default: false}
+ useWorldSpaceCoordinates: {type: 'bool', default: false}
13
},
14
init: function () {
15
this.STRETCHED_STATE = 'stretched'
0 commit comments