repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 499a3e5d80c80641460c13e10bf43ed43708c927:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 499a3e5d80c80641460c13e10bf43ed43708c927
Author: James Baicoianu 
Date:   Wed Dec 11 17:05:05 2019 -0800

    Added hasalpha parameter

diff --git a/scripts/video.js b/scripts/video.js
index 4eef375a60df3de6c1ee6c259c433f8821a5078d..
index ..d3a907cf1c75ca221e669b1dc8426308dc363bb4 100644
--- a/scripts/video.js
+++ b/scripts/video.js
@@ -7,6 +7,7 @@ elation.require(['janusweb.janusbase'], function() {
         video_id: { type: 'string', set: this.updateVideo },
         loop: { type: 'boolean', default: false },
         sbs3d: { type: 'boolean', default: false },
+        hasalpha: { type: 'boolean', default: true },
         ou3d: { type: 'boolean', default: false },
         color: { type: 'color', default: 0xffffff },
         lighting: { type: 'boolean', default: true },

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