betajs/betajs-browser

View on GitHub
src/uploads/form_iframe_file_uploader.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function _upload has 69 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        _upload: function() {
            var self = this;
            var iframe = document.createElement("iframe");
            var id = "upload-iframe-" + this.cid();
            iframe.id = id;
Severity: Major
Found in src/uploads/form_iframe_file_uploader.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status