##// END OF EJS Templates
fix missing trailing comma in kernel.js
MinRK -
Show More
@@ -120,7 +120,7 b' var IPython = (function (IPython) {'
120 120 code : code,
121 121 silent : false,
122 122 user_variables : [],
123 user_expressions : {}
123 user_expressions : {},
124 124 allow_stdin : false,
125 125 };
126 126 var msg = this.get_msg("execute_request", content);
General Comments 0
You need to be logged in to leave comments. Login now