Skip to content

Commit

Permalink
add metadata to javascript msg spec implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Jul 21, 2012
1 parent febaea9 commit 58134b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IPython/frontend/html/notebook/static/js/kernel.js
Expand Up @@ -43,6 +43,7 @@ var IPython = (function (IPython) {
session : this.session_id,
msg_type : msg_type
},
metadata : {},
content : content,
parent_header : {}
};
Expand Down

0 comments on commit 58134b4

Please sign in to comment.