| 609 | |
| 610 | module.exports.LatestVersionReferenceNode = (LatestVersionReferenceNode = (function () { |
| 611 | LatestVersionReferenceNode = class LatestVersionReferenceNode extends TreemaNode { |
| 612 | static initClass () { |
| 613 | this.prototype.searchValueTemplate = '<input placeholder="Search" /><div class="treema-search-results"></div>' |
| 614 | this.prototype.valueClass = 'treema-latest-version' |
nothing calls this directly
no outgoing calls
no test coverage detected