Builder/EditProject.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 7 Jun 2010 06:06:32 +0000 (14:06 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 7 Jun 2010 06:06:32 +0000 (14:06 +0800)
Builder/EditProject.js

index 48d5330..456e1e5 100644 (file)
@@ -33,11 +33,11 @@ EditProject=new XObject({
         this.success = c.success;
     },
     listeners : {
-        "destroy_event":function (self, event) {
+        destroy_event : function (self, event) {
              this.el.hide();
                         return false;
         },
-        "response":function (self, id) {
+        response : function (self, id) {
          if (id < 1) {
                     this.el.hide();
                     return;