repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 84e807a5bee473f7db48a7b42aa193e06625485a:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 84e807a5bee473f7db48a7b42aa193e06625485a
Author: James Baicoianu 
Date:   Tue May 29 08:59:09 2018 -0700

    Added missing properties/functions to fix obj.appendChild(player)

diff --git a/scripts/janusplayer.js b/scripts/janusplayer.js
index c6ab03962b68e99c2adeb1f22e5619169fc6e71d..
index ..160d242e4803db7d3d69bada76fed6008585690b 100644
--- a/scripts/janusplayer.js
+++ b/scripts/janusplayer.js
@@ -426,8 +426,13 @@ elation.require(['engine.things.player', 'janusweb.external.JanusVOIP', 'ui.butt
         }
       }
     }
+    this.start = function() {
+    }
+    this.stop = function() {
+    }
     this.getProxyObject = function() {
       var proxy = new elation.proxy(this, {
+        parent:        ['accessor', 'parent.getProxyObject'],
         pos:           ['property', 'position'],
         vel:           ['property', 'velocity'],
         accel:         ['property', 'acceleration'],

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