Skip to content

Commit

Permalink
eachKey
Browse files Browse the repository at this point in the history
  • Loading branch information
mnater committed Feb 13, 2019
1 parent b138690 commit 838330a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hyphenopoly_Loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@
} else {
scriptLoader(H.dfltPaths.maindir, "hyphenEngine.asm.js");
}
Object.keys(H.clientFeat.langs).forEach(function prepareEach(lang) {
eachKey(H.clientFeat.langs, function prepareEach(lang) {
/* eslint-disable security/detect-object-injection */
if (H.clientFeat.langs[lang] === "H9Y") {
allocateMemory(lang);
Expand Down

0 comments on commit 838330a

Please sign in to comment.