]> git.proxmox.com Git - mirror_novnc.git/commit - app/ui.js
Add missing parentheses for arrow func arg
authorSamuel Mannehed <samuel@cendio.se>
Tue, 23 Jul 2019 14:12:22 +0000 (16:12 +0200)
committerSamuel Mannehed <samuel@cendio.se>
Tue, 23 Jul 2019 14:12:22 +0000 (16:12 +0200)
commit897b465b870eddefb8bc7305cba514139cc1ca32
tree0e953f21ff9ff92890bb0e2fe7b2d32a9253d184
parente14aa4d0fe43a939378a3dd7666806fa7018dfe7
Add missing parentheses for arrow func arg

Our lint tests expect this when an arrow functino has a body with
curly braces.
app/ui.js