##// END OF EJS Templates
add metadata to javascript msg spec implementation
MinRK -
Show More
@@ -43,6 +43,7 b' var IPython = (function (IPython) {'
43 session : this.session_id,
43 session : this.session_id,
44 msg_type : msg_type
44 msg_type : msg_type
45 },
45 },
46 metadata : {},
46 content : content,
47 content : content,
47 parent_header : {}
48 parent_header : {}
48 };
49 };
General Comments 0
You need to be logged in to leave comments. Login now