Forgotten part of bug 260527 for underlining accesskeys in radio buttons. Original r=mconnor, sr=neil. Thanks to gautheri for finding missing part of checkin that caused the problem

git-svn-id: svn://10.0.0.236/trunk@170512 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
aaronleventhal%moonset.net 2005-03-10 14:29:46 +00:00
parent 3cf2b74c51
commit 3f5e7dfc22

View File

@ -150,7 +150,7 @@
<property name="accessKey">
<getter>
<![CDATA[
var accessKey;
var accessKey = null;
var labeledEl = this.labeledControlElement;
if (labeledEl) {
accessKey = labeledEl.getAttribute('accesskey');