зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1573100 - Remove unused WebConsole:setFilterState. r=Honza.
Differential Revision: https://phabricator.services.mozilla.com/D42298 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
7f846ebc2b
Коммит
f07d2560ed
|
@ -149,14 +149,6 @@ class WebConsole {
|
|||
this.jsterm._setValue(newValue);
|
||||
}
|
||||
|
||||
/**
|
||||
* Alias for the WebConsoleUI.setFilterState() method.
|
||||
* @see webconsole.js::WebConsoleUI.setFilterState()
|
||||
*/
|
||||
setFilterState() {
|
||||
this.ui && this.ui.setFilterState.apply(this.ui, arguments);
|
||||
}
|
||||
|
||||
/**
|
||||
* Open a link in a new tab.
|
||||
*
|
||||
|
|
Загрузка…
Ссылка в новой задаче