Skip to content

Commit

Permalink
comment to hide constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Marielle committed Mar 6, 2024
1 parent 7c0667c commit d53358a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pemFioi/blocklyProcessing_lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -2325,13 +2325,13 @@ var getContext = function(display, infos) {
})();
}
}

/*
context.customConstants = { processing: [] };
for (var constName in strings.constant) {
context.customConstants.processing.push({ name: constName, value: context.processing.internalInstance[constName] });
}

*/
context.docGenerator = {

variants_cache: null,
Expand Down

0 comments on commit d53358a

Please sign in to comment.