Roo/View.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 26 Jul 2010 05:55:00 +0000 (13:55 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 26 Jul 2010 05:55:00 +0000 (13:55 +0800)
Roo/View.js

index 50725fc..15ff3b4 100644 (file)
@@ -67,14 +67,9 @@ Roo.View = function(config, depreciated_tpl, depreciated_config){
     
     
     this.tpl.compile();
-    /**
-     * The template used by this View
-     * @type {Roo.DomHelper.Template}
-     */
-    //this.tpl = tpl;
-
-    Roo.apply(this, config);
+   
 
+     
     /** @private */
     this.addEvents({
     /**