()
| 5213 | this.setMetaProperty('title', s) |
| 5214 | } |
| 5215 | get description() { |
| 5216 | return this.getMetaProperty('description', '') |
| 5217 | } |
| 5218 | set description(s) { |
| 5219 | this.setMetaProperty('description', s) |
| 5220 | } |
nothing calls this directly
no test coverage detected