mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Fixed typo in widget model code causing notebook to not load
This commit is contained in:
parent
c0ff518107
commit
96c6db3c1d
@ -64,7 +64,7 @@ define(["components/underscore/underscore-min",
|
||||
}
|
||||
},
|
||||
|
||||
send = function (content) {
|
||||
send: function(content) {
|
||||
|
||||
// Used the last modified view as the sender of the message. This
|
||||
// will insure that any python code triggered by the sent message
|
||||
|
Loading…
Reference in New Issue
Block a user