repo: janusweb action: commit revision: path_from: revision_from: 84e807a5bee473f7db48a7b42aa193e06625485a: path_to: revision_to:
commit 84e807a5bee473f7db48a7b42aa193e06625485a Author: James BaicoianuDate: 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
--- 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-----