Skip to content

Commit a13509d

Browse files
removed the unused fade promise property
1 parent bc5583c commit a13509d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/utils/Declicker.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export default class Declicker extends EventDispatcher {
2323

2424
this.fadeMaskDuration = 0.01; // Duration of the fade, in seconds.
2525
this.fadeMaskTimeout = null; // Reference to the timeout for calling an event, to allow cancelling
26-
this.fadePromise = null;
2726
this._fadingIn = null;
2827
}
2928

0 commit comments

Comments
 (0)