Skip to content

Commit

Permalink
Update 9_renderer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fohristiwhirl committed Jun 13, 2019
1 parent fdf4b78 commit 0301c9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 9_renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,7 @@ function make_renderer() {
//
// It seems setting innerHTML is the performant way to do this. Direct DOM manipulation
// on the other hand is (shockingly to me) apparently slower than just setting innerHTML.
// The difference for this is about 400% or something.

let new_inner_parts = [];

Expand Down

0 comments on commit 0301c9b

Please sign in to comment.