[openstreetmap/openstreetmap-website] Replace var in javascript with let/const (PR #5558)
David Tsiklauri
notifications at github.com
Fri Feb 14 11:48:16 UTC 2025
@nertc approved this pull request.
All occurrences of `var` are changed with `let/const`. Checked all changed variables and `let` and `const` are set accordingly (every variable that is not changed after declaration, is `const`). Also spent some time on website to test it generally, if any page threw error in the console. Everything I checked works as expected, there are no errors.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5558#pullrequestreview-2617570677
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/5558/review/2617570677 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250214/ccccbc80/attachment.htm>
More information about the rails-dev
mailing list