mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 05:14:24 +00:00
bug 96828, fix js warning, c=gemal, r=morse, sr=alecf
This commit is contained in:
parent
621fe29613
commit
198ab6c3b9
@ -250,7 +250,7 @@
|
||||
var bestState;
|
||||
|
||||
function stateFoundInFormsArray(formsArray, captureOrPrefill, threshhold) {
|
||||
state =
|
||||
var state =
|
||||
getStateFromFormsArray(formsArray, captureOrPrefill, threshhold);
|
||||
if (state == enable) {
|
||||
if (elementCount > threshhold) {
|
||||
|
Loading…
Reference in New Issue
Block a user