Skip to content

Commit c5be38e

Browse files
committed
fix quotes
1 parent 0c956b8 commit c5be38e

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-
useWorldSpaceCoordinates: {type: "bool", default: false}
12+
useWorldSpaceCoordinates: {type: 'bool', default: false}
1313
},
1414
init: function () {
1515
this.STRETCHED_STATE = 'stretched'

0 commit comments

Comments
 (0)