added prototype

This commit is contained in:
Berend-Jan Lange 2020-04-08 11:47:57 +02:00
parent 5907bf1e6c
commit 1af2c0c27a

View File

@ -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 toinsert = this.create_output_subarea(md, 'output_' + type_string, type);
var img = $("<img/>");