willtheorangeguy / Note-Style-Guide

Avoid use of == and != JS-0050
Anti-pattern
Minor
5 months ago2 years old
  793                    ? pe(a[r], s[r])
  794                    : a[r] == p
  795                      ? -1
  796                      : s[r] == p  797                        ? 1
  798                        : 0;
  799                })),
  793                    ? pe(a[r], s[r])
  794                    : a[r] == p
  795                      ? -1
  796                      : s[r] == p  797                        ? 1
  798                        : 0;
  799                })),
  793                    ? pe(a[r], s[r])
  794                    : a[r] == p
  795                      ? -1
  796                      : s[r] == p  797                        ? 1
  798                        : 0;
  799                })),
  793                    ? pe(a[r], s[r])
  794                    : a[r] == p
  795                      ? -1
  796                      : s[r] == p  797                        ? 1
  798                        : 0;
  799                })),
10804                l.complete && l.complete.call(l.context, p, t);
10805            },
10806          }),
10807          (f = l.global) && 0 == q.active++ && q.event.trigger("ajaxStart"),10808          f && q.event.trigger("ajaxSend", [p, l]),
10809          l.beforeSend && !1 === l.beforeSend.call(l.context, p, l))
10810        )