mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Expose SessionDocumentView.
This commit is contained in:
@@ -18,6 +18,9 @@ var SessionDocumentView = function () {
|
||||
self.dataByKey = {}; // key-> [ {subscriptionHandle, value} by precedence]
|
||||
};
|
||||
|
||||
DDPServer._SessionDocumentView = SessionDocumentView;
|
||||
|
||||
|
||||
_.extend(SessionDocumentView.prototype, {
|
||||
|
||||
getFields: function () {
|
||||
|
||||
Reference in New Issue
Block a user