X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=blobdiff_plain;f=Sample%2FStandardErrorDialog.js;h=a12c6d5beae2d74751552525c3cbb91ad606b90d;hp=1b98edf7d137fe9afbe1df4a092e6cb5d4404fa6;hb=048b010aaf3960fd73352f23d6884b2dad08e9e2;hpb=dcb51ea47a7681494a19fd68a897667aa89afa64 diff --git a/Sample/StandardErrorDialog.js b/Sample/StandardErrorDialog.js index 1b98edf7d..a12c6d5be 100644 --- a/Sample/StandardErrorDialog.js +++ b/Sample/StandardErrorDialog.js @@ -24,11 +24,11 @@ StandardErrorDialog=new XObject({ this.el.show_all(); }, listeners : { - "delete_event":function (self, event) { + delete_event : function (self, event) { this.el.hide(); return true; }, - "response":function (self, response_id) { + response : function (self, response_id) { this.el.hide(); } }