-
-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Core: refactor setupRenderingContext
Moves core functionality into the importable `render` / `clearRender` / etc utility functions and out of the `setupRenderingContext` directly. This simplifies how the methods work together (since they no longer have access to _everything_ in closure scope), and sets the stage for an eventual deprecation of `this.render` and `this.clearRender`.
- Loading branch information
Showing
1 changed file
with
142 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters