opentype.js
opentype.js copied to clipboard
Fix keys retrieval in objectsEqual function
Description
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
- [x] I did
npm run test
and all tests passed green (including code styling checks). - [ ] I have added tests to cover my changes.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the README accordingly.
- [ ] I have read the CONTRIBUTING document.
Can you please add a test for this that would have caught the issue?
Can you please add a test for this that would have caught the issue?
Okay, here you go. Feel free to adjust to your conventions.