Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Commit

Permalink
remove unnecessary uses of innerHTML
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwing committed Jun 29, 2017
1 parent 4a56c01 commit 0985e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coverage.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ define(function(require, exports, module) {
draw();

var amount = button.$ext.querySelector(".amount");
amount.innerHTML = totalCoverage + "%";
amount.textContent = totalCoverage + "%";
button.show();
}

Expand Down

0 comments on commit 0985e8c

Please sign in to comment.