()
| 31005 | return this.contentAreaContainer; |
| 31006 | } |
| 31007 | getElement() { |
| 31008 | if (!this.targetElm) { |
| 31009 | this.targetElm = DOM$1.get(this.id); |
| 31010 | } |
| 31011 | return this.targetElm; |
| 31012 | } |
| 31013 | getWin() { |
| 31014 | const self = this; |
| 31015 | if (!self.contentWindow) { |
no test coverage detected