Skip to content

Commit

Permalink
Expose SessionDocumentView.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitar authored and Sashko Stubailo committed Jan 4, 2016
1 parent 353e8e3 commit 5b4e1c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ddp-server/livedata_server.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ var SessionDocumentView = function () {
self.dataByKey = {}; // key-> [ {subscriptionHandle, value} by precedence]
};

DDPServer._SessionDocumentView = SessionDocumentView;


_.extend(SessionDocumentView.prototype, {

getFields: function () {
Expand Down

0 comments on commit 5b4e1c6

Please sign in to comment.