Skip to content

Commit

Permalink
Autoloader: Fix (#2449)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Jun 30, 2020
1 parent af132dd commit a3416bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/autoloader/prism-autoloader.js
Expand Up @@ -450,7 +450,7 @@

if (!deps.every(isLoaded)) {
// the language or some dependencies aren't loaded
loadLanguages(dependencies, function () {
loadLanguages(deps, function () {
Prism.highlightElement(element);
});
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/autoloader/prism-autoloader.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a3416bf

Please sign in to comment.