mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
remove stale comment
This commit is contained in:
@@ -33,17 +33,11 @@ var builtInComponents = {
|
||||
};
|
||||
|
||||
_extend(UI.Component, {
|
||||
// _dontCall is for internal use only.
|
||||
//
|
||||
// note: `get`/`lookup` will probably take multiple arguments
|
||||
// (forming a path)
|
||||
|
||||
lookup: function (id) {
|
||||
var self = this;
|
||||
|
||||
var result;
|
||||
|
||||
var comp;
|
||||
|
||||
if (! id) {
|
||||
// `id` is `""` or absent/undefined
|
||||
return lookupComponentProp(self, 'data');
|
||||
|
||||
Reference in New Issue
Block a user