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

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

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.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
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 Christian Hammond
djblets/static/djblets/js/datagrid.js
djblets/static/djblets/js/jquery.gravy.autosize.js
djblets/static/djblets/js/jquery.gravy.inlineEditor.js
djblets/static/djblets/js/jquery.gravy.tooltip.js
djblets/static/djblets/js/jquery.gravy.util.js
djblets/static/djblets/js/tests/backboneUtilsTests.js
Loading...