bug 96828, fix js warning, c=gemal, r=morse, sr=alecf

This commit is contained in:
morse%netscape.com 2001-09-22 01:44:09 +00:00
parent 621fe29613
commit 198ab6c3b9

View File

@ -250,7 +250,7 @@
var bestState;
function stateFoundInFormsArray(formsArray, captureOrPrefill, threshhold) {
state =
var state =
getStateFromFormsArray(formsArray, captureOrPrefill, threshhold);
if (state == enable) {
if (elementCount > threshhold) {