Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
fix setter syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelw committed Jun 23, 2014
1 parent c313a29 commit 2a006d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Node.prototype = {
return retval;
},

set innerHTML() {
set innerHTML(_) {
while (this.firstChild) {
this.removeChild(this.firstChild);
}
Expand Down

0 comments on commit 2a006d1

Please sign in to comment.