grounds/grounds.io

View on GitHub
app/assets/javascripts/ground/gui.js

Summary

Maintainability
A
1 hr
Test Coverage

Function bindEvents has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

GUI.prototype.bindEvents = function() {
    var self = this;
    this.button.share.on('click', function(event) {
        self.submitShareFormWith(self.ground.getAttributes());
    });
Severity: Minor
Found in app/assets/javascripts/ground/gui.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status