repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 9c359f802fabeb00b10a3b2f4476634adc7f4e6e:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 9c359f802fabeb00b10a3b2f4476634adc7f4e6e
Author: James Baicoianu 
Date:   Wed Jul 24 00:24:43 2019 -0700

    Commented out 'playing' getter

diff --git a/scripts/sound.js b/scripts/sound.js
index 78acfe52af821f4e9f3671182966fd0517492ffd..
index ..0f6890059fb3c3885763dd2025d35bd40eaf70bf 100644
--- a/scripts/sound.js
+++ b/scripts/sound.js
@@ -16,7 +16,7 @@ elation.require(['janusweb.janusbase'], function() {
         rect: { type: 'string', set: this.updateSound }
       });
       //this.playing = false;
-      Object.defineProperty(this, 'playing', { get: function() { if (this.audio) return this.audio.isPlaying; return false; } });
+      //Object.defineProperty(this, 'playing', { get: function() { if (this.audio) return this.audio.isPlaying; return false; } });
       this.playStarted = false;
       elation.events.add(this.room, 'janusweb_script_frame', elation.bind(this, this.checkBounds));
     }

-----END OF PAGE-----