Skip to content

Commit

Permalink
Merge pull request #66 from SylvainCorlay/backbone_ctor
Browse files Browse the repository at this point in the history
Remove double call to base ctor
  • Loading branch information
jdfreder committed Jun 24, 2015
2 parents 09bd6f4 + f8700b5 commit b045f8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ipywidgets/static/widgets/js/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ define(["nbextensions/widgets/widgets/js/manager",
widget_manager.notebook.events.on('kernel_killed.Kernel', died);
widget_manager.notebook.events.on('kernel_restarting.Kernel', died);
widget_manager.notebook.events.on('kernel_dead.Kernel', died);

return Backbone.Model.apply(this);
},

send: function (content, callbacks, buffers) {
Expand Down

0 comments on commit b045f8c

Please sign in to comment.