repo: janusweb action: commit revision: path_from: revision_from: cee9455fbbd32e25e5e109177cae07174d222159: path_to: revision_to:
commit cee9455fbbd32e25e5e109177cae07174d222159 Author: James BaicoianuDate: Mon Sep 26 01:27:46 2016 -0700 Changed sound autoplay default to false diff --git a/scripts/sound.js b/scripts/sound.js
--- a/scripts/sound.js
+++ b/scripts/sound.js
@@ -6,7 +6,7 @@ elation.require(['janusweb.janusbase'], function() {
sound_id: { type: 'string' },
rect: { type: 'string', default: "0 0 0 0" },
loop: { type: 'boolean', default: false },
- auto_play: { type: 'boolean', default: true },
+ auto_play: { type: 'boolean', default: false },
play_once: { type: 'boolean', default: false },
dist: { type: 'float', default: 1.0 },
pitch: { type: 'float', default: 1.0 },
-----END OF PAGE-----