angelakuo/citydogshare

View on GitHub

Showing 2,136 of 3,976 total issues

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 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 show has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

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

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

                      $.fn.galleria = function( options ) {
                      
                          var selector = this.selector;
                      
                          // try domReady if element not found

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

                              toHaveFailedExpecationsForRunnable: function(util, customeEqualityTesters) {
                                return {
                                  compare: function(actual, fullName, expectedFailures) {
                                    var foundRunnable = false, expectations = true, foundFailures = [];
                                    for (var i = 0; i < actual.calls.count(); i++) {

                          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 _create has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  _create: function() {
                                      this.originalCss = {
                                          display: this.element[ 0 ].style.display,
                                          width: this.element[ 0 ].style.width,
                                          minHeight: this.element[ 0 ].style.minHeight,

                                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 _refreshValue has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      _refreshValue: function() {
                                          var value = this.options.value,
                                              percentage = this._percentage();
                                  
                                          this.valueDiv

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

                                        _initialActive: function() {
                                            var active = this.options.active,
                                                collapsible = this.options.collapsible,
                                                locationHash = location.hash.substring( 1 );
                                    
                                    

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

                                          _refresh: function() {
                                              this._setupDisabled( this.options.disabled );
                                              this._setupEvents( this.options.event );
                                              this._setupHeightStyle( this.options.heightStyle );
                                      
                                      

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

                                        function debounce(func, wait, immediate) {
                                            var timeout, args, context, timestamp, result;
                                        
                                            var later = function() {
                                                var last = +new Date() - timestamp;
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language