[Python-modules-commits] [jupyter-notebook] 01/01: Add preactCompat empty functions to shim.js
Gordon Ball
chronitis-guest at moszumanska.debian.org
Mon Aug 28 21:56:18 UTC 2017
This is an automated email from the git hooks/post-receive script.
chronitis-guest pushed a commit to branch master
in repository jupyter-notebook.
commit a1386f1f4d46697fcced8dba31a6ef8a8e0804c8
Author: Gordon Ball <gordon at chronitis.net>
Date: Tue Jun 27 21:56:04 2017 +0200
Add preactCompat empty functions to shim.js
---
debian/shim.js | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/shim.js b/debian/shim.js
index fa87aab..5490b3c 100644
--- a/debian/shim.js
+++ b/debian/shim.js
@@ -11,5 +11,8 @@
global.#MODNAME# = mod.exports;
}
})(this, function(exports, module) {
- module.exports = {};
+ module.exports = {
+ createClass: function() {},
+ createElement: function() {}
+ };
});
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jupyter-notebook.git
More information about the Python-modules-commits
mailing list