repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 7e9359d718f41e59a1509a884100afc1aaa81dbf:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 7e9359d718f41e59a1509a884100afc1aaa81dbf
Author: James Baicoianu 
Date:   Sat Oct 21 03:10:40 2017 -0700

    player.createObject()

diff --git a/scripts/janusplayer.js b/scripts/janusplayer.js
index 146fde2dce76e1c70180c104b93065e275fc1751..
index ..a279a29a7f51467ae3e50b63a68caccae02d1a54 100644
--- a/scripts/janusplayer.js
+++ b/scripts/janusplayer.js
@@ -584,6 +584,9 @@ elation.require(['engine.things.player', 'janusweb.external.JanusVOIP', 'ui.butt
         this.cursor_style = 'default';
       }
     }
+    this.createObject = function(type, args) {
+      return this.room.createObject(type, args, this);
+    }
     this.appendChild = function(obj) {
       var proxyobj = obj
       if (elation.utils.isString(obj)) {

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