angelakuo/citydogshare

View on GitHub

Showing 3,976 of 3,976 total issues

Avoid too many return statements within this function.
Open

    if (a === null || b === null) { return a === b; }

    Avoid too many return statements within this function.
    Open

          return a.innerText == b.innerText && a.textContent == b.textContent;

      Avoid too many return statements within this function.
      Open

            return false;

        Avoid too many return statements within this function.
        Open

                  return fail;

          Avoid too many return statements within this function.
          Open

                      return ret;

            Avoid too many return statements within this function.
            Open

                if (className != Object.prototype.toString.call(b)) { return false; }

              Avoid too many return statements within this function.
              Open

                  return result;

                Avoid too many return statements within this function.
                Open

                        return false;

                  Avoid too many return statements within this function.
                  Open

                          return ret == null ? undefined : ret;

                    Avoid too many return statements within this function.
                    Open

                            return jQuery.makeArray( selector, this );

                      Avoid too many return statements within this function.
                      Open

                              return false;

                        Avoid too many return statements within this function.
                        Open

                            return other instanceof this.expectedObject;

                          Avoid too many return statements within this function.
                          Open

                              if (keys(b, className == '[object Array]').length !== size) { return false; }

                            Avoid too many return statements within this function.
                            Open

                                        return value;

                              Avoid too many return statements within this function.
                              Open

                                  if (typeof a != 'object' || typeof b != 'object') { return false; }

                                Avoid too many return statements within this function.
                                Open

                                        return false;

                                  Avoid too many return statements within this function.
                                  Open

                                        if (aStack[length] == a) { return bStack[length] == b; }

                                    Avoid too many return statements within this function.
                                    Open

                                            return a.isEqualNode(b);

                                      Avoid too many return statements within this function.
                                      Open

                                            return typeof other == 'boolean';

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