diff --git a/togetherjs/session.js b/togetherjs/session.js index 62e6006a0..80acf93d1 100644 --- a/togetherjs/session.js +++ b/togetherjs/session.js @@ -419,6 +419,10 @@ define(["require", "util", "channels", "jquery", "storage"], function (require, }); }; + session._getChannel = function () { + return channel; + }; + session.close = function (reason) { TogetherJS.running = false; var msg = {type: "bye"};