Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inline the
setup
method in the parse
method in `src/core/document…
….js` Now that the `parse` method is simplified we can inline the `setup` method in the `parse` method since it's only two lines of code. This avoids some indirection.
- Loading branch information