Merge pull request #15283 from kitely/fix-script-warnings

case 21978: Eliminated some JavaScript warnings due to missing commas
This commit is contained in:
Sam Gateau 2019-04-10 11:28:04 -07:00 committed by GitHub
commit 081fdf14ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
});