Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[[FIX]] Declare
func
as a property of state
The current `funct` object stores stateful information, so it should be defined as a property of the global variable reserved for that purpose. This allows other code to more simply operate based on the current state because it requires one less reference to be managed across contexts.
- Loading branch information