angelakuo/citydogshare

View on GitHub

Showing 3,976 of 3,976 total issues

Avoid too many return statements within this function.
Open

                        return results;

    Avoid too many return statements within this function.
    Open

        return select( selector.replace( rtrim, "$1" ), context, results, seed );

      Avoid too many return statements within this function.
      Open

                  return ret;

        Avoid too many return statements within this function.
        Open

                            return results;

          Avoid too many return statements within this function.
          Open

                      return this;

            Avoid too many return statements within this function.
            Open

                    return compare & 4 ? -1 : 1;

              Avoid too many return statements within this function.
              Open

                          return sortInput ?
                              ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :
                              0;

                Avoid too many return statements within this function.
                Open

                        return jQuery.makeArray( selector, this );

                  Avoid too many return statements within this function.
                  Open

                                  return this.constructor( context ).find( selector );

                    Avoid too many return statements within this function.
                    Open

                                return root.ready !== undefined ?
                                    root.ready( selector ) :
                    
                                    // Execute immediately if ready is not present
                                    selector( jQuery );

                      Avoid too many return statements within this function.
                      Open

                                  return value;

                        Avoid too many return statements within this function.
                        Open

                                return elem[ name ];

                          Avoid too many return statements within this function.
                          Open

                                  return ret == null ? undefined : ret;

                            Avoid too many return statements within this function.
                            Open

                                return '';

                              Avoid too many return statements within this function.
                              Open

                                            return settings.on;

                                Avoid too many return statements within this function.
                                Open

                                    return a - b;

                                  Avoid too many return statements within this function.
                                  Open

                                                      return false;

                                    Avoid too many return statements within this function.
                                    Open

                                                  return $.extend({}, $.fn.transition.settings, {
                                                    animation  : animation,
                                                    onComplete : duration
                                                  });

                                      Avoid too many return statements within this function.
                                      Open

                                          return true;

                                        Avoid too many return statements within this function.
                                        Open

                                                      return $.extend({}, $.fn.transition.settings, {
                                                        animation : animation
                                                      });
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language