knyghty / django-admin-keyboard-shortcuts

MIT License
15 stars 0 forks source link

Avoid polluting the global namespace #26

Closed oliver3 closed 5 months ago

oliver3 commented 5 months ago

If you use only let and const, it is enough to create a block with {} to avoid polluting the global namespace with the variables.

This is how it is done in Django since https://github.com/django/django/pull/12767