tools
[app.Builder.js] / Sample / StandardErrorDialog.js
index 1b98edf..a12c6d5 100644 (file)
@@ -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();
         }
     }