remove stale comment

This commit is contained in:
Avital Oliver
2013-10-22 23:04:57 -07:00
parent df5dc5c5be
commit 849e4e015d

View File

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