Fix line length issues in our JavaScript code.

Review Request #12767 — Created Jan. 6, 2023 and submitted

Information

Djblets
release-4.x

Reviewers

We had a number of places where the line length was slightly too long.
This updates various doc comments and code to fit within the max line
length, satisfying ESLint.

Some lines are still above the limit, such as legacy gettext() calls,
which cannot wrap.

Verified ESLint no longer found (relevant) line length issues.

Summary ID
Fix line length issues in our JavaScript code.
We had a number of places where the line length was slightly too long. This updates various doc comments and code to fit within the max line length, satisfying ESLint.
a23e9270205e93a76642fa7092b1157e0bad8589
chipx86
david
  1. Ship It!
  2. 
      
chipx86
Review request changed
Status:
Completed
Change Summary:
Pushed to release-4.x (13bf726)