Bug 500633 - remove obsolete ifSetAttribute method. r=neil

This commit is contained in:
Dão Gottwald 2009-06-26 14:49:37 +02:00
parent 7eb8b0e356
commit ffb0d54ea3

View File

@ -515,15 +515,6 @@
]]></body>
</method>
<method name="ifSetAttribute">
<parameter name="aAttr"/>
<parameter name="aVal"/>
<body><![CDATA[
if (!this.hasAttribute(aAttr))
this.setAttribute(aAttr, aVal);
]]></body>
</method>
<method name="_focus">
<!-- doesn't reset this.mController -->
<body><![CDATA[