repo: janusweb
action: commit
revision: 
path_from: 
revision_from: cee9455fbbd32e25e5e109177cae07174d222159:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit cee9455fbbd32e25e5e109177cae07174d222159
Author: James Baicoianu 
Date:   Mon Sep 26 01:27:46 2016 -0700

    Changed sound autoplay default to false

diff --git a/scripts/sound.js b/scripts/sound.js
index 70311cef4e00af33aea49b768be17bafa3c38338..
index ..a7a74585097b453f1f1537d67adcc13d158efcad 100644
--- 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-----