Fixed comment.

This commit is contained in:
Mitar
2015-05-08 15:37:17 -07:00
parent ec09194332
commit e12bd03a16

View File

@@ -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();