repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 8f13ffa79cc77e28975215e35aa529c647906038:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 8f13ffa79cc77e28975215e35aa529c647906038
Author: James Baicoianu 
Date:   Thu Apr 14 05:36:01 2016 -0700

    Return reference to room

diff --git a/scripts/janusweb.js b/scripts/janusweb.js
index 49ff33372cd72def6e84cb7c1a4e4d9b3119f076..
index ..2a3f988f561e9298aee096d1b48206f63e2d6c81 100644
--- a/scripts/janusweb.js
+++ b/scripts/janusweb.js
@@ -91,6 +91,7 @@ elation.require(['janusweb.config', 'engine.things.generic','engine.things.remot
       if (room && makeactive) {
         this.setActiveRoom(url);
       }
+      return room;
     }
     this.setActiveRoom = function(url, pos) {
       this.clear();

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