21
21
initializer: function() {
22
22
this.submit_button = this.get_submit();
23
23
this.comment_input = Y.one('[id="field.comment"]');
26
26
this.error_handler.clearProgressUI = bind(this.clearProgressUI, this);
27
27
this.error_handler.showError = bind(function (error_msg) {
28
28
Y.lp.app.errors.display_error(this.submit_button, error_msg);