()
| 75 | } |
| 76 | |
| 77 | get stripPresentation() { |
| 78 | return executeTemplate(TabSeparator.stripTemplate, this); |
| 79 | } |
| 80 | |
| 81 | get overflowPresentation() { |
| 82 | return executeTemplate(TabSeparator.overflowTemplate, this); |
nothing calls this directly
no test coverage detected