From c0e7cd1f6afbcc898faa8a7aa43f2602cb28ef3a Mon Sep 17 00:00:00 2001 From: Eric Levin Date: Thu, 9 Apr 2015 09:50:12 -0700 Subject: [PATCH] deleted unnecessary line with typo --- examples/entityScripts/alternativeLightController.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/entityScripts/alternativeLightController.js b/examples/entityScripts/alternativeLightController.js index 3621f5347d..c3ea56ff77 100644 --- a/examples/entityScripts/alternativeLightController.js +++ b/examples/entityScripts/alternativeLightController.js @@ -3,7 +3,6 @@ var soundURLs = ["https://hifi-public.s3.amazonaws.com/sounds/Switches%20and%20sliders/lamp_switch_1.wav", "https://hifi-public.s3.amazonaws.com/sounds/Switches%20and%20sliders/lamp_switch_2.wav", "https://hifi-public.s3.amazonaws.com/sounds/Switches%20and%20sliders/lamp_switch_3.wav"]; - this.sound = ; this.entityId = entityId; this.properties = Entities.getEntityProperties(this.entityId); this.previousPosition = this.properties.position;