Skip to content

Commit c9d5bf4

Browse files
committed
chore: fix lint in docs
1 parent f4070a7 commit c9d5bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/components/docs/manual-position-control.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default class DocsCustomPositionControlComponent extends Component {
55
@tracked lastSelectedPosition;
66

77
@action
8-
onChangePosition(position, event) {
8+
onChangePosition(position /* event */) {
99
this.lastSelectedPosition = position;
1010
}
1111
}

0 commit comments

Comments
 (0)