Expose SessionDocumentView.

This commit is contained in:
Mitar
2015-12-19 19:12:21 +01:00
committed by Sashko Stubailo
parent 353e8e3a4a
commit 5b4e1c6d39

View File

@@ -18,6 +18,9 @@ var SessionDocumentView = function () {
self.dataByKey = {}; // key-> [ {subscriptionHandle, value} by precedence]
};
DDPServer._SessionDocumentView = SessionDocumentView;
_.extend(SessionDocumentView.prototype, {
getFields: function () {