jkuchar/MultipleFileUpload

View on GitHub
public/swfupload/js/jquery.swfupload.js

Summary

Maintainability
A
1 hr
Test Coverage

Function swfupload has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    $.fn.swfupload = function(){
        var args = $.makeArray(arguments);
        return this.each(function(){
            var swfu;
            if (args.length == 1 && typeof(args[0]) == 'object') {
Severity: Minor
Found in public/swfupload/js/jquery.swfupload.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status