Skip to content

Commit

Permalink
Update complex-helper.js
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored Sep 20, 2022
1 parent 7c1f04c commit 2fceb35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default class ComplexHelper extends Helper {
later(() => {
this.text += 'd';
this.recompute();
}, 100);
}, 1000);
}
return this.text;
}
Expand Down

0 comments on commit 2fceb35

Please sign in to comment.