Skip to content

Commit a7f9cca

Browse files
committed
Fix overaggressive replacement
1 parent 1b633f3 commit a7f9cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/extension.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ if (window.requirejs) {
2222

2323
// Export the required load_ipython_extention
2424
module.exports = {
25-
load_ipython_extension() {}
25+
load_ipython_extension: function() {}
2626
};

0 commit comments

Comments
 (0)