Skip to content

Commit

Permalink
add an accessor for a private field
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Jan 16, 2025
1 parent a9ff3bc commit 95c26ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fc-solve/site/wml/src/ts/web-fc-solve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,11 @@ export class FC_Solve {
that._post_expand_states_and_moves_seq = null;
return;
}
public get_pre_expand_states_and_moves_seq() {
const that = this;

return that._pre_expand_states_and_moves_seq;
}
public set_status(myclass, mylabel) {
const that = this;

Expand Down

0 comments on commit 95c26ac

Please sign in to comment.