Skip to content

Commit

Permalink
[[FIX]] Declare func as a property of state
Browse files Browse the repository at this point in the history
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
jugglinmike committed Jun 14, 2015
1 parent e92d375 commit 3be8d36
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 160 deletions.
Loading

0 comments on commit 3be8d36

Please sign in to comment.