Eliminated some JavaScript warnings due to missing commas
This commit is contained in:
parent
8ff47659d3
commit
a00c9893a1
@ -56,7 +56,7 @@
|
|||||||
grab: { grabbable: true },
|
grab: { grabbable: true },
|
||||||
cloneable: true,
|
cloneable: true,
|
||||||
cloneLifetime: LIFETIME,
|
cloneLifetime: LIFETIME,
|
||||||
cloneLimit: 9999
|
cloneLimit: 9999,
|
||||||
position: Vec3.sum(MyAvatar.position, Vec3.sum(forwardOffset, forwardVector)),
|
position: Vec3.sum(MyAvatar.position, Vec3.sum(forwardOffset, forwardVector)),
|
||||||
color: newColor(),
|
color: newColor(),
|
||||||
script: SCRIPT_URL
|
script: SCRIPT_URL
|
||||||
|
@ -38,6 +38,6 @@ var hoop = Entities.addEntity({
|
|||||||
grabbableKey: {
|
grabbableKey: {
|
||||||
grabbable: false
|
grabbable: false
|
||||||
}
|
}
|
||||||
})
|
}),
|
||||||
compoundShapeURL: hoopCollisionHullURL
|
compoundShapeURL: hoopCollisionHullURL
|
||||||
});
|
});
|
Loading…
x
Reference in New Issue
Block a user