Skip to content

Commit

Permalink
remove TODO svg
Browse files Browse the repository at this point in the history
  • Loading branch information
yelouafi committed Jul 23, 2017
1 parent 0efe811 commit 2447fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vdom.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function mount(c) {
if (c.type === "svg") {
isSVG = true;
}
// TODO : non HTML namespaces + {is} for custom elements
// TODO : {is} for custom elements
if (!isSVG) {
node = document.createElement(c.type);
setProps(node, c.props, undefined);
Expand Down

0 comments on commit 2447fee

Please sign in to comment.