Files
gerrit/polygerrit-ui/app/elements/core/gr-reporting
Wyatt Allen cc44a7ac1f Refactor use of startsWith into indexOf === 0
The `String#startsWith` method is not supported in IE, but its behavior
can be replicated by testing whether the index of a string is equal to
zero. Replace instances of `startsWith` with such `indexOf` usages.

Change-Id: I37b5831900ff836545e224ac2f715b26ca694bbf
2016-10-12 16:36:18 -07:00
..