mirror of
https://github.com/flarum/core.git
synced 2025-02-25 03:33:42 +01:00
Remove redundant call
This commit is contained in:
parent
6aafe54ee7
commit
bf83b36882
@ -21,7 +21,6 @@ export default class SubtreeRetainer {
|
||||
* @param {...callbacks} callbacks Functions returning data to keep track of.
|
||||
*/
|
||||
constructor(...callbacks) {
|
||||
this.invalidate();
|
||||
this.callbacks = callbacks;
|
||||
this.data = {};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user