##// END OF EJS Templates
Fixed typo in widget model code causing notebook to not load
Jonathan Frederic -
Show More
@@ -64,7 +64,7 b' define(["components/underscore/underscore-min",'
64 }
64 }
65 },
65 },
66
66
67 send = function (content) {
67 send: function(content) {
68
68
69 // Used the last modified view as the sender of the message. This
69 // Used the last modified view as the sender of the message. This
70 // will insure that any python code triggered by the sent message
70 // will insure that any python code triggered by the sent message
General Comments 0
You need to be logged in to leave comments. Login now