grounds/grounds.io

View on GitHub

Showing 1 of 1 total issue

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
    Severity
    Category
    Status
    Source
    Language