Skip to content

Commit

Permalink
removed default class in createElement
Browse files Browse the repository at this point in the history
  • Loading branch information
avigoldman committed Nov 10, 2017
1 parent b05fbc7 commit 4ee891f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/heml-utils/src/createElement.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,5 @@ export default function (name, element) {
postRender () {}
})

element.defaultAttrs.class = element.defaultAttrs.class || ''

return element
}

0 comments on commit 4ee891f

Please sign in to comment.