Ryan Veazey

Results 1 issues of Ryan Veazey

Currently, each `CodeText` instance uses its own instance of `HLJS`, which means the relatively expensive `load` function will be run every time. This creates a singleton instance to avoid this...