mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 02:34:00 +08:00
Remove redundant call
This commit is contained in:
parent
04e711a611
commit
4ed5ff5608
|
@ -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…
Reference in New Issue
Block a user