Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Isiah Meadows authored Mar 9, 2017
1 parent 47ecb66 commit e331cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vanilla-optimized/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
}

if (last.lastSample.countClassName !== current.lastSample.countClassName) {
node.lastSample.className = current.lastSample.countClassName;
node.lastSample.parentNode.className = current.lastSample.countClassName;
}

if (last.lastSample.nbQueries !== current.lastSample.nbQueries) {
Expand Down

0 comments on commit e331cac

Please sign in to comment.