osbzr/gooderp_addons

View on GitHub
warehouse_wave/static/src/js/lib/jquery.jqprint-0.3.js

Summary

Maintainability
A
1 hr
Test Coverage

Function jqprint has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    $.fn.jqprint = function(options) {
        opt = $.extend({}, $.fn.jqprint.defaults, options);

        var $element = (this instanceof jQuery) ? this : $(this);

Severity: Minor
Found in warehouse_wave/static/src/js/lib/jquery.jqprint-0.3.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status