-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Can now call `JseEval.registerPlugin` (same as `JseEval.jsep.plugins.register(...)`). This method will now look at the plugin argument(s) and check for `init()` to call `jsep.plugins.register`, as well as look for `initEval()` to call that method so it can extend JseEval as needed. Updated ReadMe to add more extension examples Fixes #52
- Loading branch information
Showing
2 changed files
with
87 additions
and
13 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
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