##// END OF EJS Templates
Merge pull request #5159 from ivanov/oops-json...
Jonathan Frederic -
r15359:8de6f273 merge
parent child Browse files
Show More
@@ -855,7 +855,6 b' var IPython = (function (IPython) {'
855 "image/png" : OutputArea.prototype.append_png,
855 "image/png" : OutputArea.prototype.append_png,
856 "image/jpeg" : OutputArea.prototype.append_jpeg,
856 "image/jpeg" : OutputArea.prototype.append_jpeg,
857 "text/latex" : OutputArea.prototype.append_latex,
857 "text/latex" : OutputArea.prototype.append_latex,
858 "application/json" : OutputArea.prototype.append_json,
859 "application/javascript" : OutputArea.prototype.append_javascript,
858 "application/javascript" : OutputArea.prototype.append_javascript,
860 "application/pdf" : OutputArea.prototype.append_pdf
859 "application/pdf" : OutputArea.prototype.append_pdf
861 };
860 };
General Comments 0
You need to be logged in to leave comments. Login now