From e323206aa6f3d13e0c16486b1d61b66b558d59f1 2014-07-28 19:43:58 From: Matthias BUSSONNIER Date: 2014-07-28 19:43:58 Subject: [PATCH] remove empty style methods of LoginWidget --- diff --git a/IPython/html/static/auth/js/loginwidget.js b/IPython/html/static/auth/js/loginwidget.js index 89c2f57..857caf1 100644 --- a/IPython/html/static/auth/js/loginwidget.js +++ b/IPython/html/static/auth/js/loginwidget.js @@ -14,12 +14,10 @@ define([ this.selector = selector; if (this.selector !== undefined) { this.element = $(selector); - this.style(); this.bind_events(); } }; - LoginWidget.prototype.style = function () {}; LoginWidget.prototype.bind_events = function () {