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

This commit is contained in:
aaronleventhal%moonset.net 2005-03-10 14:29:46 +00:00
parent 7c6595e4d4
commit 908ab90d70

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');