mirror of
https://github.com/flarum/framework.git
synced 2025-05-22 06:39:57 +08:00
Remove redundant call
This commit is contained in:
@ -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 = {};
|
||||
}
|
||||
|
Reference in New Issue
Block a user