SpontaneousCMS/spontaneous

View on GitHub
application/js/field/boolean.js

Summary

Maintainability
A
1 hr
Test Coverage

Function Boolean has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

Spontaneous.Field.Boolean = (function($, S) {
    var dom = S.Dom
        , _unprocessed_value_ = 'unprocessed_value';

    var BooleanField = new JS.Class(Spontaneous.Field.String, {
Severity: Minor
Found in application/js/field/boolean.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status