mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 15:18:12 +00:00
[Tree] Begin adding tree label
This commit is contained in:
@ -57,5 +57,9 @@ define([
|
||||
}.bind(this);
|
||||
};
|
||||
|
||||
ToggleView.prototype.elements = function () {
|
||||
return this.el;
|
||||
};
|
||||
|
||||
return ToggleView;
|
||||
});
|
||||
|
Reference in New Issue
Block a user