##// END OF EJS Templates
remove backward compat `container` in output area as planed.
Matthias BUSSONNIER -
Show More
@@ -569,11 +569,6 b' var IPython = (function (IPython) {'
569 var toinsert = this.create_output_subarea(md, "output_javascript", type);
569 var toinsert = this.create_output_subarea(md, "output_javascript", type);
570 IPython.keyboard_manager.register_events(toinsert);
570 IPython.keyboard_manager.register_events(toinsert);
571 element.append(toinsert);
571 element.append(toinsert);
572 // FIXME TODO : remove `container element for 3.0`
573 //backward compat, js should be eval'ed in a context where `container` is defined.
574 var container = element;
575 container.show = function(){console.log('Warning "container.show()" is deprecated.')};
576 // end backward compat
577
572
578 // Fix for ipython/issues/5293, make sure `element` is the area which
573 // Fix for ipython/issues/5293, make sure `element` is the area which
579 // output can be inserted into at the time of JS execution.
574 // output can be inserted into at the time of JS execution.
General Comments 0
You need to be logged in to leave comments. Login now