Skip to content

Commit 88f3132

Browse files
committed
Make linter happy
1 parent 4f7f55c commit 88f3132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipywidgets_bokeh/src/manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export class WidgetManager extends HTMLManager {
190190
}
191191

192192
const view = await this.create_view(model, {el})
193-
view.on('displayed', onDisplay)
193+
view.on("displayed", onDisplay)
194194
await this.display_view(view, el)
195195
return view
196196
} finally {

0 commit comments

Comments
 (0)