Skip to content

Commit 7a3a13f

Browse files
authored
fix this.createBuilder
1 parent b9a0875 commit 7a3a13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/format/Utilities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export const encodeBlock = (input, inputOffset, output, outputOffset) => {
152152
};
153153

154154
export const Char_To_Decoded_Char_Map = () => {
155-
const builder = this.createBuilder();
155+
const builder = createBuilder();
156156
builder.addRange('A', 'Z', 0);
157157
builder.addRange('2', '7', 26);
158158
return builder.map;

0 commit comments

Comments
 (0)