posabsolute / jQuery-Validation-Engine

jQuery form validation plugin
http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/
2.57k stars 1.2k forks source link

About Bug or duplicate Javascript code line #988

Open cetindogu opened 2 years ago

cetindogu commented 2 years ago

duplicate if check or bug at "jQuery-Validation-Engine\js\jquery.validationEngine.js" at row 1430

NEED FIX if (values[0] && values[0]) { data[values[0]] = values[1]; }

cetindogu commented 2 years ago

if (values[0] && values[1]) or if (values[0])

???