Skip to content

Commit c9cbe06

Browse files
committed
Appease linter
Signed-off-by: Itay Dafna <[email protected]>
1 parent 16314f7 commit c9cbe06

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

js/vegaexpr.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ import { MODULE_NAME, MODULE_VERSION } from './version';
1515
// manually create and bind that locale context to the format function.
1616
const locale = vegaFormat.defaultLocale();
1717
const dataflow = { context: { dataflow: { locale: () => locale } } };
18-
vegaFunctions.functionContext.format =
19-
vegaFunctions.functionContext.format.bind(dataflow);
18+
vegaFunctions.functionContext.format = vegaFunctions.functionContext.format.bind(
19+
dataflow
20+
);
2021

2122
export class VegaExprModel extends WidgetModel {
2223
defaults() {

0 commit comments

Comments
 (0)