mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 05:30:29 +00:00
Bug 263774: Removing unused function InitElement()
r=BenB, sr=Neil
This commit is contained in:
parent
075581d9e0
commit
8540163456
@ -435,12 +435,6 @@ function EnableTree(enabled, element)
|
||||
EnableTree(enabled, children.item(i));
|
||||
}
|
||||
|
||||
function InitElement(elementID)
|
||||
{
|
||||
var e = document.getElementById(elementID);
|
||||
eval(e.getAttribute("oncommand").replace(/this/g, "e")); //hackish, but WFM
|
||||
}
|
||||
|
||||
function E(elementID)
|
||||
{
|
||||
return document.getElementById(elementID);
|
||||
|
Loading…
x
Reference in New Issue
Block a user