зеркало из https://github.com/mozilla/pjs.git
Bug 592469 - Web Console cleanup: part 3 - HUDService - remove getConsoleOutputNode(); r=dcamp,gavin.sharp
This commit is contained in:
Родитель
5b292eb413
Коммит
b906f22f1a
|
@ -2076,17 +2076,6 @@ HUD_SERVICE.prototype =
|
|||
ConsoleUtils.outputMessageNode(node, aHUDId);
|
||||
},
|
||||
|
||||
/**
|
||||
* Get OutputNode by Id
|
||||
*
|
||||
* @param string aId
|
||||
* @returns nsIDOMNode (richlistbox)
|
||||
*/
|
||||
getConsoleOutputNode: function HS_getConsoleOutputNode(aId)
|
||||
{
|
||||
return this.getHudReferenceById(aId).outputNode;
|
||||
},
|
||||
|
||||
/**
|
||||
* Inform user that the Web Console API has been replaced by a script
|
||||
* in a content page.
|
||||
|
|
Загрузка…
Ссылка в новой задаче