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
Родитель cbfd990ebb
Коммит fe49e7dafc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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