(target: JQuery | string | IEditor)
| 143 | } |
| 144 | |
| 145 | setTarget(target: JQuery | string | IEditor) { |
| 146 | this.fontSelectorOrEditor = target; |
| 147 | this.isFontOfStr = typeof this.fontSelectorOrEditor === 'string'; |
| 148 | this.apply(); |
| 149 | } |
| 150 | } |
no test coverage detected