Skip to content

Commit

Permalink
Revert #17 that was a regression.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Bucaran committed Feb 4, 2017
1 parent fde3aa0 commit c3f598f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions h.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ module.exports = function (tag, data, tree) {
svg(tag, data, tree)
}

tree = Array.isArray(tree) ? tree : [tree];

return {
tag: tag,
data: data || {},
Expand Down

0 comments on commit c3f598f

Please sign in to comment.