krambuhl/Struck

View on GitHub

Showing 3 of 9 total issues

Function EventObject has 106 lines of code (exceeds 25 allowed). Consider refactoring.
Open

Struck.EventObject = (function () {
  'use strict';

  var EventObject = Struck.BaseObject.extend();

Severity: Major
Found in source/event-object.js - About 4 hrs to fix

    Function Intercom has 91 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    Struck.Intercom = (function () {
      // setup default subscription object
      // used to clone and extend in `subscribe` function
      var defaultSubscription = {
        single: false,
    Severity: Major
    Found in source/intercom.js - About 3 hrs to fix

      Function BaseObject has 51 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      Struck.BaseObject = (function () {
      
        // ####BaseObject Constructor
      
        // constructor is run when object is created
      Severity: Major
      Found in source/base-object.js - About 2 hrs to fix
        Severity
        Category
        Status
        Source
        Language