tiny-pilot / tinypilot

Use your Raspberry Pi as a browser-based KVM.
https://tinypilotkvm.com
MIT License
3k stars 252 forks source link

Use underscore prefix consistently for private JS members #1120

Closed jotaen4tinypilot closed 5 months ago

jotaen4tinypilot commented 1 year ago

According to our coding conventions, all (supposed-to-be) private JS members should have an underscore prefix.

We also have to do this in Pro.

jdeanwallace commented 5 months ago

From a recent meeting with @mtlynch, to keep this task a small we've limited the scope of this task to the following changes:

The outstanding remaining changes are less uniform and might be tedious/time-consuming to review.

jdeanwallace commented 5 months ago

Completed via