Skip to content

Commit 6cbe293

Browse files
authored
Apply suggestions from code review
1 parent 60d9bce commit 6cbe293

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)