betajs/betajs-flash

View on GitHub
src/js/embedding.js

Summary

Maintainability
A
1 hr
Test Coverage

Function constructor has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

            constructor : function(container, options, flashOptions) {
                inherited.constructor.call(this);
                options = options || {};
                this.__registry = options.registry;
                this.__wrap = options.wrap;
Severity: Minor
Found in src/js/embedding.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status