repo: janusweb action: commit revision: path_from: revision_from: 9c359f802fabeb00b10a3b2f4476634adc7f4e6e: path_to: revision_to:
commit 9c359f802fabeb00b10a3b2f4476634adc7f4e6e Author: James BaicoianuDate: Wed Jul 24 00:24:43 2019 -0700 Commented out 'playing' getter diff --git a/scripts/sound.js b/scripts/sound.js
--- 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-----