This repository has been archived by the owner on Feb 22, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(NodeAttrs): Remove one unnecessary call to snakecase
The `_observers` map is now indexed by camelCase names, saving 1 call to `snakeCase`. `this[attributeName]` was also resulting in calling `snakecase` on an already snake-name (which is not an error).
- Loading branch information