Skip to content

Commit 4ee891f

Browse files
committed
removed default class in createElement
1 parent b05fbc7 commit 4ee891f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/heml-utils/src/createElement.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,5 @@ export default function (name, element) {
2727
postRender () {}
2828
})
2929

30-
element.defaultAttrs.class = element.defaultAttrs.class || ''
31-
3230
return element
3331
}

0 commit comments

Comments
 (0)