Switch all JavaScript code to use single quotes instead of double.

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

Information

Djblets
release-4.x

Reviewers

We had some very old JavaScript that was still using double quotes
instead of single. This change simply goes through and converts these to
standardize on single, satisfying ESLint.

Verified ESLint was no longer complaining about any relevant double quotes.

Summary ID
Switch all JavaScript code to use single quotes instead of double.
We had some very old JavaScript that was still using double quotes instead of single. This change simply goes through and converts these to standardize on single, satisfying ESLint.
2471e1ca68cf2fb3a45cc600048dd7034381e2f6
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-4.x (df3ef6e)
Loading...