Skip to content

Commit

Permalink
Fix onresize typo
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois committed Jun 28, 2017
1 parent c2b814b commit 86ee455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-bluetooth/sense-peanut/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
$('#buttons').appendChild(newButton);
peanut.rgbColor = window.getComputedStyle(newButton).color;
drawChart(activePeanut);
window.onResize();
window.onresize();
}

for (const button of document.querySelectorAll('button[data-color]')) {
Expand Down

0 comments on commit 86ee455

Please sign in to comment.