Skip to content

Commit 7d30030

Browse files
committed
Fix missing comma
1 parent 6a5a4e7 commit 7d30030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widgetsnbextension/src/extension.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ function load_ipython_extension() {
183183
}
184184

185185
module.exports = {
186-
load_ipython_extension: load_ipython_extension
186+
load_ipython_extension: load_ipython_extension,
187187
...require('@jupyter-widgets/controls'),
188188
...require('@jupyter-widgets/base'),
189189
...require('./widget_output')

0 commit comments

Comments
 (0)