Skip to content

Commit d4823f0

Browse files
committed
remove useless code
1 parent c17b10d commit d4823f0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/template-generator/components/library/FreeComponent.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ const attributes = ["data-value"];
1515

1616
export default class FreeComponent extends TemplateComponent {
1717
constructor(customHeader, defaultAttrValues) {
18-
let defaultValues = new Map([
19-
//["data-type-selector", "static"]
20-
]);
18+
let defaultValues = new Map();
2119
if (defaultAttrValues) {
2220
attributes.forEach((a) => {
2321
defaultValues.set(a, defaultAttrValues[a]);

0 commit comments

Comments
 (0)