sodabrew/puppet-dashboard

View on GitHub
app/assets/javascripts/jquery.placeholders.js

Summary

Maintainability
A
1 hr
Test Coverage

Function placeholder has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  $.fn.placeholder = function (opts) {
    opts = $.extend({}, $.placeholder.settings, opts);

    // we don't have to do anything if the browser supports placeholder
    if (!opts.overrideSupport && $.support.placeholder) {
Severity: Minor
Found in app/assets/javascripts/jquery.placeholders.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status