Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/guide/render-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ If you really want to duplicate the same element/component many times, you can d

``` js
render: function (createElement) {
var myParagraph =
return createElement('div',
Array.apply(null, { length: 20 }).map(function () {
return createElement('p', 'hi')
Expand Down