Skip to content

Commit

Permalink
fix changed method name
Browse files Browse the repository at this point in the history
  • Loading branch information
jerch committed Oct 26, 2018
1 parent c8ff889 commit b57eaa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function initOptions(term: TerminalType): void {
fontWeight: ['normal', 'bold', '100', '200', '300', '400', '500', '600', '700', '800', '900'],
fontWeightBold: ['normal', 'bold', '100', '200', '300', '400', '500', '600', '700', '800', '900'],
rendererType: ['dom', 'canvas'],
unicodeVersion: (term as any)._core.unicodeProvider.registeredVersions(),
unicodeVersion: (term as any)._core.unicodeProvider.getRegisteredVersions(),
experimentalBufferLineImpl: ['JsArray', 'TypedArray']
};
const options = Object.keys((<any>term)._core.options);
Expand Down

0 comments on commit b57eaa8

Please sign in to comment.