mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
syntax fixes
This commit is contained in:
parent
1ac1fcaf69
commit
38a66bc915
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// lightSwitch.js.js
|
||||
// lightSwitch.js
|
||||
// examples/entityScripts
|
||||
//
|
||||
// Created by Eric Levin on 10/2/15.
|
||||
|
@ -22,7 +22,7 @@
|
|||
LightSwitch = function () {
|
||||
_this = this;
|
||||
this.switchSound = SoundCache.getSound("https://hifi-public.s3.amazonaws.com/sounds/Switches%20and%20sliders/lamp_switch_2.wav");
|
||||
}
|
||||
};
|
||||
|
||||
LightSwitch.prototype = {
|
||||
|
||||
|
|
Loading…
Reference in a new issue