Skip to content

Commit 11b5af7

Browse files
Merge pull request #21100 from ijlee2/fix-typo-in-documentation
[DOC] Removed arguments from willDestroy for Glimmer components
2 parents ab515d9 + f66efa9 commit 11b5af7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/@glimmer/component/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ import { setOwner, type default as Owner } from '@ember/owner';
331331
@service myAnimations;
332332
333333
willDestroy() {
334-
super.willDestroy(...arguments);
334+
super.willDestroy();
335335
336336
this.myAnimations.unregister(this);
337337
}

0 commit comments

Comments
 (0)