Skip to content

Commit

Permalink
fragment wrapping fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lcfvs committed Jan 16, 2019
1 parent 0f64ca4 commit 1bdcd1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dom/node/fragment/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ export function fragment (contents) {
return wrapAll(contents, node)
}

return wrap(contents)
return wrap(contents, node)
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anticore",
"version": "2.21.1",
"version": "2.21.2",
"description": "A generic living DOM library to simplify your client code, like with its easiest middleware manager for AJAX requests.",
"main": "index.js",
"module": "index.js",
Expand Down

0 comments on commit 1bdcd1c

Please sign in to comment.