(content)
| 118 | } |
| 119 | |
| 120 | _setContentNode(content) { |
| 121 | const newContent = DOM.div(); |
| 122 | newContent.appendChild(content); |
| 123 | this.contentNode.replaceWith(newContent); |
| 124 | newContent.id = 'content'; |
| 125 | } |
| 126 | |
| 127 | hide() { |
| 128 | this._content = undefined; |