diff --git a/packages/blaze/lookup.js b/packages/blaze/lookup.js index f51ad42df8..746c760efd 100644 --- a/packages/blaze/lookup.js +++ b/packages/blaze/lookup.js @@ -178,7 +178,7 @@ Blaze.View.prototype.lookup = function (name, _options) { return helper; } - // 5. throw an error when called: nothing is found + // 5. look up in a data context return function () { var isCalledAsFunction = (arguments.length > 0); var data = Blaze.getData();