Skip to content

Commit 24feda2

Browse files
committed
just use default
1 parent be32bae commit 24feda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reaction_components/stretchable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AFRAME.registerComponent('stretchable', inherit(base, {
99
usePhysics: {default: 'ifavailable'},
1010
invert: {default: false},
1111
physicsUpdateRate: {default: 100},
12-
useWorldPosition: {type: 'bool', default: false}
12+
useWorldPosition: {default: false}
1313
},
1414
init: function () {
1515
this.STRETCHED_STATE = 'stretched'

0 commit comments

Comments
 (0)