We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b633f3 commit a7f9ccaCopy full SHA for a7f9cca
js/src/extension.js
@@ -22,5 +22,5 @@ if (window.requirejs) {
22
23
// Export the required load_ipython_extention
24
module.exports = {
25
- load_ipython_extension() {}
+ load_ipython_extension: function() {}
26
};
0 commit comments