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.
2 parents 94c6b62 + 017446d commit 5c64886Copy full SHA for 5c64886
src/static/patterns/structural_flyweight.js
@@ -29,7 +29,7 @@ module.exports = colorCreator;`,
29
}
30
31
class colorCreator {
32
- constructor(name) {
+ constructor() {
33
this.colors = {};
34
35
0 commit comments