##// END OF EJS Templates
remove empty style methods of LoginWidget
Matthias BUSSONNIER -
Show More
@@ -14,12 +14,10 b' define(['
14 this.selector = selector;
14 this.selector = selector;
15 if (this.selector !== undefined) {
15 if (this.selector !== undefined) {
16 this.element = $(selector);
16 this.element = $(selector);
17 this.style();
18 this.bind_events();
17 this.bind_events();
19 }
18 }
20 };
19 };
21
20
22 LoginWidget.prototype.style = function () {};
23
21
24
22
25 LoginWidget.prototype.bind_events = function () {
23 LoginWidget.prototype.bind_events = function () {
General Comments 0
You need to be logged in to leave comments. Login now