From efc01b885412b35f62c591046388657fee1a57d0 Mon Sep 17 00:00:00 2001 From: Paul Ivanov Date: Tue, 18 Feb 2014 23:41:10 -0800 Subject: [PATCH] remove append_json reference we never had such a method --- IPython/html/static/notebook/js/outputarea.js | 1 - 1 file changed, 1 deletion(-) diff --git a/IPython/html/static/notebook/js/outputarea.js b/IPython/html/static/notebook/js/outputarea.js index 6e2e1f586..bc3bf0f32 100644 --- a/IPython/html/static/notebook/js/outputarea.js +++ b/IPython/html/static/notebook/js/outputarea.js @@ -855,7 +855,6 @@ var IPython = (function (IPython) { "image/png" : OutputArea.prototype.append_png, "image/jpeg" : OutputArea.prototype.append_jpeg, "text/latex" : OutputArea.prototype.append_latex, - "application/json" : OutputArea.prototype.append_json, "application/javascript" : OutputArea.prototype.append_javascript, "application/pdf" : OutputArea.prototype.append_pdf };