shuoyao/BirdGo

View on GitHub

Showing 169 of 169 total issues

Avoid too many return statements within this function.
Open

                return ( context || root ).find( selector );

    Avoid too many return statements within this function.
    Open

                return typeof 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 results;

          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 this.constructor( context ).find( selector );

              Avoid too many return statements within this function.
              Open

                          return this;

                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 results;
                    Severity
                    Category
                    Status
                    Source
                    Language