diff --git a/IPython/html/static/notebook/js/savewidget.js b/IPython/html/static/notebook/js/savewidget.js index b57abd8..604712e 100644 --- a/IPython/html/static/notebook/js/savewidget.js +++ b/IPython/html/static/notebook/js/savewidget.js @@ -19,14 +19,10 @@ define([ this.keyboard_manager = options.keyboard_manager; if (this.selector !== undefined) { this.element = $(selector); - this.style(); this.bind_events(); } }; - SaveWidget.prototype.style = function () { - }; - SaveWidget.prototype.bind_events = function () { var that = this;