Skip to content

Commit

Permalink
Delete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mister-ben authored Jul 14, 2024
1 parent 138d84d commit 0799617
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/js/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -1714,8 +1714,6 @@ class Component {
*/
requestNamedAnimationFrame(name, fn) {
if (this.namedRafs_.has(name)) {
// Don't return, because we want to overwrite
// return;
this.cancelNamedAnimationFrame(name);
}
this.clearTimersOnDispose_();
Expand Down

0 comments on commit 0799617

Please sign in to comment.