Eliminated some JavaScript warnings due to missing commas

This commit is contained in:
Oren Hurvitz 2019-03-28 16:06:31 +02:00
parent 8ff47659d3
commit a00c9893a1
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@
grab: { grabbable: true },
cloneable: true,
cloneLifetime: LIFETIME,
cloneLimit: 9999
cloneLimit: 9999,
position: Vec3.sum(MyAvatar.position, Vec3.sum(forwardOffset, forwardVector)),
color: newColor(),
script: SCRIPT_URL

View file

@ -38,6 +38,6 @@ var hoop = Entities.addEntity({
grabbableKey: {
grabbable: false
}
})
}),
compoundShapeURL: hoopCollisionHullURL
});