fix radiogroup.selectedItem - was referencing some aRadioGroup which should have been "this"

git-svn-id: svn://10.0.0.236/trunk@70169 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com 2000-05-16 23:29:02 +00:00
parent 06e93efc64
commit f67f84a96d

View File

@ -28,7 +28,7 @@
<property name="selectedItem">
<getter>
<![CDATA[
var groupElements = aRadioGroupElement.getElementsByAttribute( "group", aRadioGroupElement.id );
var groupElements = this.getElementsByAttribute( "group", this.id );
for( var i = 0; i < groupElements.length; i++ )
{
if( groupElements[i].checked ||
@ -84,4 +84,4 @@
</handlers>
</binding>
</bindings>
</bindings>