sebastian-software/core

View on GitHub
source/class/fix/DateIso.js

Summary

Maintainability
A
1 hr
Test Coverage

Function toISOString has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      toISOString : function()
      {
        var self = this;
        var result, length, value, year, month;
        if (!isFinite(self)) {
Severity: Minor
Found in source/class/fix/DateIso.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status