Show More
@@ -19,14 +19,10 b' define([' | |||||
19 | this.keyboard_manager = options.keyboard_manager; |
|
19 | this.keyboard_manager = options.keyboard_manager; | |
20 | if (this.selector !== undefined) { |
|
20 | if (this.selector !== undefined) { | |
21 | this.element = $(selector); |
|
21 | this.element = $(selector); | |
22 | this.style(); |
|
|||
23 | this.bind_events(); |
|
22 | this.bind_events(); | |
24 | } |
|
23 | } | |
25 | }; |
|
24 | }; | |
26 |
|
25 | |||
27 | SaveWidget.prototype.style = function () { |
|
|||
28 | }; |
|
|||
29 |
|
||||
30 |
|
26 | |||
31 | SaveWidget.prototype.bind_events = function () { |
|
27 | SaveWidget.prototype.bind_events = function () { | |
32 | var that = this; |
|
28 | var that = this; |
General Comments 0
You need to be logged in to leave comments.
Login now