Skip to content

Commit 1af2c0c

Browse files
committed
added prototype
1 parent 5907bf1 commit 1af2c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/static/notebook/js/outputarea.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ define([
838838
}
839839
};
840840

841-
var _append_img = function (src_type, md, element, handle_inserted, MIME, type_string) {
841+
OutputArea.prototype._append_img = function (src_type, md, element, handle_inserted, MIME, type_string) {
842842
var type = MIME;
843843
var toinsert = this.create_output_subarea(md, 'output_' + type_string, type);
844844
var img = $("<img/>");

0 commit comments

Comments
 (0)