Skip to content

Commit a3413b2

Browse files
committedMar 14, 2018
update 《实现 Virtual DOM 下的一个 VNode 节点》
1 parent d0d2e95 commit a3413b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎《实现 Virtual DOM 下的一个 VNode 节点》.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class VNode {
88
}
99
}
1010

11-
createEmptyVNode () {
11+
function createEmptyVNode () {
1212
const node = new VNode();
1313
node.text = '';
1414
return node;

0 commit comments

Comments
 (0)