Roo/View.js
authorEdward <edward@roojs.com>
Tue, 23 Dec 2014 10:20:27 +0000 (18:20 +0800)
committerEdward <edward@roojs.com>
Tue, 23 Dec 2014 10:20:27 +0000 (18:20 +0800)
Roo/View.js

index 8999f48..e0c09b5 100644 (file)
@@ -49,6 +49,8 @@
  */
 Roo.View = function(config, depreciated_tpl, depreciated_config){
     
+    this.parent = false;
+    
     if (typeof(depreciated_tpl) == 'undefined') {
         // new way.. - universal constructor.
         Roo.apply(this, config);
@@ -282,7 +284,7 @@ Roo.extend(Roo.View, Roo.util.Observable, {
             if(this.tickable){
                 Roo.apply(d, {'roo-id' : Roo.id()});
             }
-            Roo.log(this.parent);
+            
 //            Roo.each(this.tickItems, function(item){
 //                
 //            });