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

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

chipx86
Djblets
release-4.x
djblets

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
Switch all JavaScript code to use single quotes instead of double.
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

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