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