tools
[app.Builder.js] / Sample / StandardErrorDialog.js
index 3088e06..a12c6d5 100644 (file)
@@ -24,15 +24,14 @@ 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();
         }
     }
-})
-;StandardErrorDialog.init();
+});
+StandardErrorDialog.init();
 XObject.cache['/StandardErrorDialog'] = StandardErrorDialog;
-;
\ No newline at end of file