Commit 1ee57cbd authored by Michael Droettboom's avatar Michael Droettboom

Fix broken merge

parent 7a496116
......@@ -370,13 +370,8 @@ var languagePluginLoader = new Promise((resolve, reject) => {
document.getElementsByTagName('head')[0].appendChild(link);
// Add a custom output handler for Python objects
<<<<<<< HEAD
self.iodide.addOutputHandler({
shouldHandle : (val) => {
=======
window.iodide.addOutputRenderer({
self.iodide.addOutputRenderer({
shouldRender : (val) => {
>>>>>>> Update for new Iodide renderer API
return (typeof val === 'function' &&
pyodide._module.PyProxy.isPyProxy(val));
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment