Builder/RooProjectProperties.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 27 May 2010 11:21:37 +0000 (19:21 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 27 May 2010 11:21:37 +0000 (19:21 +0800)
Builder/RooProjectProperties.js

index 24d90b3..5fd5711 100644 (file)
@@ -28,11 +28,11 @@ RooProjectProperties=new XObject({
     },
     default_width : 500,
     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) {
            print(response_id);
            if (!response_id) {
               this.el.hide();