mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
stop getting the transform from the wrong place on the server in getTransform
This commit is contained in:
@@ -380,7 +380,7 @@ _.each(['forEach', 'map', 'rewind', 'fetch', 'count'], function (method) {
|
||||
|
||||
Cursor.prototype.getTransform = function () {
|
||||
var self = this;
|
||||
return self._cursorDescription._transform;
|
||||
return self._synchronousCursor._transform;
|
||||
};
|
||||
|
||||
// When you call Meteor.publish() with a function that returns a Cursor, we need
|
||||
|
||||
Reference in New Issue
Block a user