Skip to content

Commit

Permalink
Make templateItem field public
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jul 29, 2019
1 parent 7b6f272 commit dd22d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/serialize/HtmlInfoBookSerializer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ import {ResourceHandler} from "../resource/ResourceHandler";
*/
export class HtmlInfoBookSerializer {

public readonly templateItem: compileTemplate;
private readonly templateIndex: compileTemplate;
private readonly templateSection: compileTemplate;
private readonly appendixWrapper: compileTemplate;
private readonly templateItem: compileTemplate;

private fileWriter: IFileWriter;

Expand Down

0 comments on commit dd22d9b

Please sign in to comment.