concord-consortium/rigse

View on GitHub
rails/app/assets/javascripts/jquery.placeholder.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function setupPlaceholder has 62 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    var setupPlaceholder = function(input, options) {
        var i, evt, text, styles, zIndex, marginTop, dy, attrNode;
        var $input = $(input), $placeholder;

        try {
Severity: Major
Found in rails/app/assets/javascripts/jquery.placeholder.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status