Fix missing comma

This commit is contained in:
Matthias Bussonnier 2015-06-11 11:58:03 -07:00
parent ac51856657
commit 66a9f50468

View File

@ -1636,7 +1636,7 @@ define(function (require) {
"click" : function(){
that.clear_all_output();
that.kernel.restart();
}
},
"Restart" : {
"class" : "btn-warning",
"click" : function() {