jkrayer/objectify

View on GitHub

Showing 1 of 1 total issue

Function getValues has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  Objectify.prototype.getValues = function getValues() {
    var elements = this.form.elements;
    var count = elements.length;
    var i = 0;
    for (i; i < count; i++) {
Severity: Minor
Found in src/objectify.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language