fixed more syntax errors

This commit is contained in:
ericrius1 2015-10-02 09:55:41 -07:00
parent 36f7bba87e
commit a6df6c53f1
2 changed files with 1 additions and 4 deletions

View file

@ -36,7 +36,7 @@
});
Script.setTimeout(function() {
_this.isMeowing = false;
}, this.soundClipTime)
}, this.soundClipTime);
},
preload: function(entityID) {

View file

@ -34,8 +34,6 @@
},
startNearGrab: function() {
// if (this.isGrabbed === false) {
print("START GRAB")
Entities.editEntity(this.entityID, {
animationURL: "https://hifi-public.s3.amazonaws.com/models/Bboys/zombie_scream.fbx",
animationFrameIndex: 0
@ -67,7 +65,6 @@
if (this.isGrabbed === true && this.hand === this.initialHand) {
this.audioInjector.stop();
Entities.editEntity(this.entityID, {
// animationSettings: this.stopAnimationSetting,
animationFrameIndex: 0
});