mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +08:00
added prototype
This commit is contained in:
parent
5907bf1e6c
commit
1af2c0c27a
@ -838,7 +838,7 @@ define([
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
var _append_img = function (src_type, md, element, handle_inserted, MIME, type_string) {
|
OutputArea.prototype._append_img = function (src_type, md, element, handle_inserted, MIME, type_string) {
|
||||||
var type = MIME;
|
var type = MIME;
|
||||||
var toinsert = this.create_output_subarea(md, 'output_' + type_string, type);
|
var toinsert = this.create_output_subarea(md, 'output_' + type_string, type);
|
||||||
var img = $("<img/>");
|
var img = $("<img/>");
|
||||||
|
Loading…
Reference in New Issue
Block a user