flake8
passed.
JSHint
passed.
Review Request #13494 — Created Jan. 9, 2024 and submitted
From a very early time, we had a few things that Djblets monkey-patched
into the standard String class for JS code. This change gets rid of the
use of those in the RB codebase:
String.trim()
is a standard-library method that does what ourString.strip()
method did._.escape()
and _.unescape()
do what our String.htmlEncode()
andString.htmlDecode()
methods did (plus are slightly more complete).String.stripTags()
was only used in one place, which was alreadyRan js-tests.
Summary | ID |
---|---|
2e8ff2535defc08f390ac72a8ea5850a84a160af |