Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix DFS bug
The DFS function uses an object as a key into another object. This doesn't work, because the key gets stringified to "[object Object]" and is therefore useless.
- Loading branch information
Showing
with
25 additions
and 9 deletions.
- +12 −4 components/prism-core.js
- +1 −1 components/prism-core.min.js
- +12 −4 prism.js