Sample/DialogNewComponent.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 27 May 2010 11:12:17 +0000 (19:12 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 27 May 2010 11:12:17 +0000 (19:12 +0800)
Sample/DialogNewComponent.js

index 0dd31fd..b821da0 100644 (file)
@@ -90,7 +90,7 @@ DialogNewComponent=new XObject({
     modal : true,
     show : function (c) 
     {
-    
+        this.project = c.project;
         if (!this.el) {
             this.init();
         }