swchoi727/LEP

View on GitHub

Showing 263 of 270 total issues

Consider simplifying this complex logical expression.
Open

            if ( start && start[ 3 ] !== unit ) {
                // Trust units reported by jQuery.css
                unit = unit || start[ 3 ];

                // Make sure we update the tween properties later on
Severity: Critical
Found in public/assets/application-87bc52163f117f0c38caad3c091d08f5.js - About 1 hr to fix

    Function addClass has 32 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        addClass: function( value ) {
            var classes, elem, cur, clazz, j, finalValue,
                i = 0,
                len = this.length,
                proceed = typeof value === "string" && value;
    Severity: Minor
    Found in public/assets/application-7cf6226937f5953ea6488bb440274815.js - About 1 hr to fix

      Function removeClass has 32 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          removeClass: function( value ) {
              var classes, elem, cur, clazz, j, finalValue,
                  i = 0,
                  len = this.length,
                  proceed = arguments.length === 0 || typeof value === "string" && value;
      Severity: Minor
      Found in public/assets/application-7cf6226937f5953ea6488bb440274815.js - About 1 hr to fix

        Function fixCloneNodeIssues has 32 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        function fixCloneNodeIssues( src, dest ) {
            var nodeName, e, data;
        
            // We do not need to do anything for non-Elements
            if ( dest.nodeType !== 1 ) {
        Severity: Minor
        Found in public/assets/application-7cf6226937f5953ea6488bb440274815.js - About 1 hr to fix

          Function load has 32 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          jQuery.fn.load = function( url, params, callback ) {
              if ( typeof url !== "string" && _load ) {
                  return _load.apply( this, arguments );
              }
          
          
          Severity: Minor
          Found in public/assets/application-7cf6226937f5953ea6488bb440274815.js - About 1 hr to fix

            Function data has 32 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                data: function( key, value ) {
                    var i, name, data,
                        elem = this[0],
                        attrs = elem && elem.attributes;
            
            
            Severity: Minor
            Found in public/assets/application-7cf6226937f5953ea6488bb440274815.js - About 1 hr to fix

              Function addClass has 32 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  addClass: function( value ) {
                      var classes, elem, cur, clazz, j, finalValue,
                          i = 0,
                          len = this.length,
                          proceed = typeof value === "string" && value;
              Severity: Minor
              Found in public/assets/application-87bc52163f117f0c38caad3c091d08f5.js - About 1 hr to fix

                Function removeClass has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    removeClass: function( value ) {
                        var classes, elem, cur, clazz, j, finalValue,
                            i = 0,
                            len = this.length,
                            proceed = arguments.length === 0 || typeof value === "string" && value;
                Severity: Minor
                Found in public/assets/application-87bc52163f117f0c38caad3c091d08f5.js - About 1 hr to fix

                  Function load has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                  jQuery.fn.load = function( url, params, callback ) {
                      if ( typeof url !== "string" && _load ) {
                          return _load.apply( this, arguments );
                      }
                  
                  
                  Severity: Minor
                  Found in public/assets/application-87bc52163f117f0c38caad3c091d08f5.js - About 1 hr to fix

                    Function data has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        data: function( key, value ) {
                            var i, name, data,
                                elem = this[0],
                                attrs = elem && elem.attributes;
                    
                    
                    Severity: Minor
                    Found in public/assets/application-87bc52163f117f0c38caad3c091d08f5.js - About 1 hr to fix

                      Function fixCloneNodeIssues has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                      function fixCloneNodeIssues( src, dest ) {
                          var nodeName, e, data;
                      
                          // We do not need to do anything for non-Elements
                          if ( dest.nodeType !== 1 ) {
                      Severity: Minor
                      Found in public/assets/application-87bc52163f117f0c38caad3c091d08f5.js - About 1 hr to fix

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

                            handlers: function( event, handlers ) {
                                var sel, handleObj, matches, i,
                                    handlerQueue = [],
                                    delegateCount = handlers.delegateCount,
                                    cur = event.target;
                        Severity: Minor
                        Found in public/assets/application-7cf6226937f5953ea6488bb440274815.js - About 1 hr to fix

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

                          jQuery.ready.promise = function( obj ) {
                              if ( !readyList ) {
                          
                                  readyList = jQuery.Deferred();
                          
                          
                          Severity: Minor
                          Found in public/assets/application-7cf6226937f5953ea6488bb440274815.js - About 1 hr to fix

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

                                attr: function( elem, name, value ) {
                                    var hooks, ret,
                                        nType = elem.nodeType;
                            
                                    // don't get/set attributes on text, comment and attribute nodes
                            Severity: Minor
                            Found in public/assets/application-7cf6226937f5953ea6488bb440274815.js - About 1 hr to fix

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

                                  attr: function( elem, name, value ) {
                                      var hooks, ret,
                                          nType = elem.nodeType;
                              
                                      // don't get/set attributes on text, comment and attribute nodes
                              Severity: Minor
                              Found in public/assets/application-87bc52163f117f0c38caad3c091d08f5.js - About 1 hr to fix

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

                                jQuery.ready.promise = function( obj ) {
                                    if ( !readyList ) {
                                
                                        readyList = jQuery.Deferred();
                                
                                
                                Severity: Minor
                                Found in public/assets/application-87bc52163f117f0c38caad3c091d08f5.js - About 1 hr to fix

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

                                      handlers: function( event, handlers ) {
                                          var sel, handleObj, matches, i,
                                              handlerQueue = [],
                                              delegateCount = handlers.delegateCount,
                                              cur = event.target;
                                  Severity: Minor
                                  Found in public/assets/application-87bc52163f117f0c38caad3c091d08f5.js - About 1 hr to fix

                                    Function toggleClass has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                        toggleClass: function( value, stateVal ) {
                                            var type = typeof value;
                                    
                                            if ( typeof stateVal === "boolean" && type === "string" ) {
                                                return stateVal ? this.addClass( value ) : this.removeClass( value );
                                    Severity: Minor
                                    Found in public/assets/application-7cf6226937f5953ea6488bb440274815.js - About 1 hr to fix

                                      Function html has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                          html: function( value ) {
                                              return access( this, function( value ) {
                                                  var elem = this[ 0 ] || {},
                                                      i = 0,
                                                      l = this.length;
                                      Severity: Minor
                                      Found in public/assets/application-7cf6226937f5953ea6488bb440274815.js - About 1 hr to fix

                                        Function html has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                            html: function( value ) {
                                                return access( this, function( value ) {
                                                    var elem = this[ 0 ] || {},
                                                        i = 0,
                                                        l = this.length;
                                        Severity: Minor
                                        Found in public/assets/application-87bc52163f117f0c38caad3c091d08f5.js - About 1 hr to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language