зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
f65992235e
Коммит
6f973acea4
|
@ -577,14 +577,6 @@ class JSTerm extends Component {
|
||||||
return this.webConsoleUI.outputNode;
|
return this.webConsoleUI.outputNode;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Getter for the debugger WebConsoleClient.
|
|
||||||
* @type object
|
|
||||||
*/
|
|
||||||
get webConsoleClient() {
|
|
||||||
return this.webConsoleUI.webConsoleClient;
|
|
||||||
}
|
|
||||||
|
|
||||||
focus() {
|
focus() {
|
||||||
if (this.editor) {
|
if (this.editor) {
|
||||||
this.editor.focus();
|
this.editor.focus();
|
||||||
|
|
Загрузка…
Ссылка в новой задаче