mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fixed comment.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user