Skip to content

Commit 692c7c7

Browse files
committed
feat(command-flow): AnimationFrameBasedCommandFlowScheduler -> AnimationFrameCommandFlowScheduler
1 parent 5252a44 commit 692c7c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/command-flow/src/scheduler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class SetImmediateCommandFlowScheduler implements CommandFlowScheduler {
2525
* Available only in the browser platform.
2626
*/
2727
@Injectable({ providedIn: 'root' })
28-
export class AnimationFrameBasedCommandFlowScheduler
28+
export class AnimationFrameCommandFlowScheduler
2929
implements CommandFlowScheduler
3030
{
3131
next(fn: () => void): void {

0 commit comments

Comments
 (0)