Show More
@@ -485,7 +485,7 var IPython = (function (IPython) { | |||||
485 | 'image/jpeg' : true |
|
485 | 'image/jpeg' : true | |
486 | }; |
|
486 | }; | |
487 |
|
487 | |||
488 | OutputArea.prototype.append_mime_type = function (json, element) { |
|
488 | OutputArea.prototype.append_mime_type = function (json, element, extra_class) { | |
489 | for (var type_i in OutputArea.display_order) { |
|
489 | for (var type_i in OutputArea.display_order) { | |
490 | var type = OutputArea.display_order[type_i]; |
|
490 | var type = OutputArea.display_order[type_i]; | |
491 | var append = OutputArea.append_map[type]; |
|
491 | var append = OutputArea.append_map[type]; |
General Comments 0
You need to be logged in to leave comments.
Login now