Roo/Document.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 05:08:38 +0000 (13:08 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 05:08:38 +0000 (13:08 +0800)
Roo/Document.js

index cb50e4d..e22a8e4 100644 (file)
@@ -247,6 +247,8 @@ Roo.extend(Roo.Document, Roo.util.Observable, {
             }
             
             if (m.parent.layout && !disabled) {
+                // modules have to support a  'add method'
+                // should we just move that code into here..
                 m.module.add(m.parent.layout, m.region);    
             }