We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f273531 commit 6a26151Copy full SHA for 6a26151
pseudocode.js
@@ -70,7 +70,7 @@ module.exports = {
70
renderClass: function(class_name, options) {
71
[].forEach.call(
72
document.getElementsByClassName(class_name),
73
- function (el) { this.renderElement(el, options); }
+ function(el) { this.renderElement(el, options); }
74
);
75
},
76
};
0 commit comments