-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replaced var
keyword with const
in RotateHandle.js
#1089
Conversation
Thanks for opening this pull request! |
var
keyword with const
var
keyword with const
in RotateHandle.js
Congrats on merging your first pull request! 🙌🎉⚡️ Help others take their first stepNow that you've merged your first pull request, you're the perfect person to help someone else out with this challenging first step. 🙌 Try looking at this list of `first-timers-only` issues, and see if someone else is waiting for feedback, or even stuck! 😕 People often get stuck at the same steps, so you might be able to help someone get unstuck, or help lead them to some documentation that'd help. Reach out and be encouraging and friendly! 😄 🎉 Read about how to help support another newcomer here, or find other ways to offer mutual support here. |
Great work, thank you so much!! |
@TildaDares i think i may have missed something here and will address in #1097, my apologies! |
Actually I think i need help answering this. I second guessed my approving this PR with only I guess I'm also still adjusting to ES6!! 😅 |
Thank you very much, and thank you for the changes as well 😊 |
You're right @jywarren. Also if the variable declared with |
@TildaDares @jywarren Sorry does this mean I should make another PR and change it to const or not. |
Hi @Tammy-Ajoko yes you can do that, if you can please add a link to this PR so that others can see our reasoning, that would be great. Thank you and sorry for the confusion! |
This is an update for my last pull request publiclab#1089
Fixes #1086
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
grunt test
If tests do fail, click on the red
X
to learn why by reading the logs.Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software
Thanks!