From 30af8389fb395e2056ef1bfae7cd396672d5b201 Mon Sep 17 00:00:00 2001 From: David Greenspan Date: Mon, 25 Feb 2013 18:25:18 -0800 Subject: [PATCH] comment --- packages/minimongo/minimongo.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/minimongo/minimongo.js b/packages/minimongo/minimongo.js index 5d5ff1e838..de34964914 100644 --- a/packages/minimongo/minimongo.js +++ b/packages/minimongo/minimongo.js @@ -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); } };