This commit is contained in:
David Greenspan
2013-02-25 18:25:18 -08:00
parent 29c88795c6
commit 30af8389fb

View File

@@ -360,6 +360,7 @@ LocalCollection.Cursor.prototype._depend = function (changers) {
// recreated. so we might want to let it linger for a little
// while and repurpose it if it comes back. this will save us
// work because we won't have to redo the initial find.
// The logic would be similar to that in Meteor.subscribe.
Deps.currentComputation.onInvalidate(handle.stop);
}
};