sync
authorAlan Knowles <alan@akbkhome.com>
Mon, 26 Jul 2010 08:08:42 +0000 (16:08 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 26 Jul 2010 08:08:42 +0000 (16:08 +0800)
Roo/View.js

index d8e11e2..375efce 100644 (file)
@@ -156,12 +156,12 @@ Roo.extend(Roo.View, Roo.util.Observable, {
     el : '',
     
     /**
-     * @cfg {String|Roo.DomHelper.Template} tpl The template used by this View 
+     * @cfg {String|Roo.Template} tpl The template used by this View 
      */
     tpl : false,
     
     /**
-     * @cfg {Roo.DomHelper.Template} selectedClass The css class to add to selected nodes
+     * @cfg {String} selectedClass The css class to add to selected nodes
      */
     selectedClass : "x-view-selected",
      /**