1
0
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:
Toby Zerner 2015-09-01 10:07:56 +09:30
parent 6aafe54ee7
commit bf83b36882

View File

@ -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 = {};
}