Bug 1567167 - Remove webConsoleClient getter from JSTerm. r=jdescottes.

Differential Revision: https://phabricator.services.mozilla.com/D38615

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nicolas Chevobbe 2019-07-19 08:29:54 +00:00
Родитель f65992235e
Коммит 6f973acea4
1 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

@ -577,14 +577,6 @@ class JSTerm extends Component {
return this.webConsoleUI.outputNode;
}
/**
* Getter for the debugger WebConsoleClient.
* @type object
*/
get webConsoleClient() {
return this.webConsoleUI.webConsoleClient;
}
focus() {
if (this.editor) {
this.editor.focus();