angelakuo/citydogshare

View on GitHub

Showing 3,976 of 3,976 total issues

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

    transition: function( other, distance ) {
        var end = color( other ),
            spaceName = end._space(),
            space = spaces[ spaceName ],
            startColor = this.alpha() === 0 ? color( "transparent" ) : this,

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

        transition: function( other, distance ) {
            var end = color( other ),
                spaceName = end._space(),
                space = spaces[ spaceName ],
                startColor = this.alpha() === 0 ? color( "transparent" ) : this,

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

          transition: function( other, distance ) {
              var end = color( other ),
                  spaceName = end._space(),
                  space = spaces[ spaceName ],
                  startColor = this.alpha() === 0 ? color( "transparent" ) : this,

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

            _drop: function( event, custom ) {
        
                var draggable = custom || $.ui.ddmanager.current,
                    childrenIntersection = false;
        
        

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

              transition: function( other, distance ) {
                  var end = color( other ),
                      spaceName = end._space(),
                      space = spaces[ spaceName ],
                      startColor = this.alpha() === 0 ? color( "transparent" ) : this,

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

                    complete: function() {
                        if ( el.to.opacity === 0 ) {
                            el.css( "opacity", el.from.opacity );
                        }
                        if ( mode === "hide" ) {

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

                  transition: function( other, distance ) {
                      var end = color( other ),
                          spaceName = end._space(),
                          space = spaces[ spaceName ],
                          startColor = this.alpha() === 0 ? color( "transparent" ) : this,

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

                    transition: function( other, distance ) {
                        var end = color( other ),
                            spaceName = end._space(),
                            space = spaces[ spaceName ],
                            startColor = this.alpha() === 0 ? color( "transparent" ) : this,

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

                      transition: function( other, distance ) {
                          var end = color( other ),
                              spaceName = end._space(),
                              space = spaces[ spaceName ],
                              startColor = this.alpha() === 0 ? color( "transparent" ) : this,

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

                        transition: function( other, distance ) {
                            var end = color( other ),
                                spaceName = end._space(),
                                space = spaces[ spaceName ],
                                startColor = this.alpha() === 0 ? color( "transparent" ) : this,

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

                          transition: function( other, distance ) {
                              var end = color( other ),
                                  spaceName = end._space(),
                                  space = spaces[ spaceName ],
                                  startColor = this.alpha() === 0 ? color( "transparent" ) : this,

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

                            transition: function( other, distance ) {
                                var end = color( other ),
                                    spaceName = end._space(),
                                    space = spaces[ spaceName ],
                                    startColor = this.alpha() === 0 ? color( "transparent" ) : this,

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

                                  complete: function() {
                                      if ( el.to.opacity === 0 ) {
                                          el.css( "opacity", el.from.opacity );
                                      }
                                      if ( mode === "hide" ) {

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

                                    complete: function() {
                                        if ( el.to.opacity === 0 ) {
                                            el.css( "opacity", el.from.opacity );
                                        }
                                        if ( mode === "hide" ) {

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

                                  transition: function( other, distance ) {
                                      var end = color( other ),
                                          spaceName = end._space(),
                                          space = spaces[ spaceName ],
                                          startColor = this.alpha() === 0 ? color( "transparent" ) : this,

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

                                    transition: function( other, distance ) {
                                        var end = color( other ),
                                            spaceName = end._space(),
                                            space = spaces[ spaceName ],
                                            startColor = this.alpha() === 0 ? color( "transparent" ) : this,

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

                                      transition: function( other, distance ) {
                                          var end = color( other ),
                                              spaceName = end._space(),
                                              space = spaces[ spaceName ],
                                              startColor = this.alpha() === 0 ? color( "transparent" ) : this,

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

                                            complete: function() {
                                                if ( el.to.opacity === 0 ) {
                                                    el.css( "opacity", el.from.opacity );
                                                }
                                                if ( mode === "hide" ) {

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

                                                  show : function( elem, speed, callback ) {
                                      
                                                      callback = callback || F;
                                      
                                                      var $elem = $(elem);

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

                                            transition: function( other, distance ) {
                                                var end = color( other ),
                                                    spaceName = end._space(),
                                                    space = spaces[ spaceName ],
                                                    startColor = this.alpha() === 0 ? color( "transparent" ) : this,
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language