Merge pull request #1816 from bit/sessioninfos

export sessioninfos
This commit is contained in:
Marcel Klehr 2013-07-23 05:14:45 -07:00
commit 40f578cfbd

View file

@ -48,6 +48,7 @@ var channels = require("channels");
* author = the author name of this session * author = the author name of this session
*/ */
var sessioninfos = {}; var sessioninfos = {};
exports.sessioninfos = sessioninfos;
/** /**
* A changeset queue per pad that is processed by handleUserChanges() * A changeset queue per pad that is processed by handleUserChanges()