3scale/porta

View on GitHub
app/assets/javascripts/provider/signup_v2.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    var Signup = ThreeScale.Signup = function Signup(options) {
        Signup.$.extend(this, Signup.defaults, options);

        this.$ = Signup.$(this);
        this.$iframe = Signup.$("<iframe>", { css: { border: 'none', background: 'transparent', display: 'inline', height: 'auto' }});
Severity: Minor
Found in app/assets/javascripts/provider/signup_v2.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status