From d1e9d39add577d5f92533c5e04331a47bfb01d15 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 7 Jun 2010 14:06:32 +0800 Subject: [PATCH] Builder/RooProjectProperties.js --- Builder/RooProjectProperties.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Builder/RooProjectProperties.js b/Builder/RooProjectProperties.js index 5fd57116a..24d90b33f 100644 --- a/Builder/RooProjectProperties.js +++ b/Builder/RooProjectProperties.js @@ -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(); -- 2.39.2