Skip to content

Commit aa55e66

Browse files
committed
fix(refresher): remove TODO from jsdocs block
1 parent 8ebee03 commit aa55e66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/components/refresher/refresher.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ export class Refresher implements ComponentInterface {
141141
*/
142142
@Event() ionPull!: EventEmitter<void>;
143143

144+
// TODO(FW-7044): Remove this in a major release
144145
/**
145146
* Emitted when the user begins to start pulling down.
146-
* TODO(FW-7044): Remove this in a major release
147147
*
148148
* @deprecated Use `ionPullStart` instead.
149149
*/

0 commit comments

Comments
 (0)