remove cancelAnimationFrame complexity and rely on MarkedExecution class
This commit is contained in:
@@ -33,13 +33,6 @@ export class MarkedExecution {
|
||||
constructor(private fn: () => void, private onMarkCallback?: () => void) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for the _marked property
|
||||
*/
|
||||
public get marked() {
|
||||
return this._marked;
|
||||
}
|
||||
|
||||
/**
|
||||
* Resets the mark without calling the function.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user