concord-consortium/rigse

View on GitHub
rails/app/assets/javascripts/lightbox.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function _constructor has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    Lightbox.prototype._constructor = function (options) {

        var config = Object.extend({}, Lightbox.defaultOptions);
        Object.extend(config, options);
        this.config = config;
Severity: Major
Found in rails/app/assets/javascripts/lightbox.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status