Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / source / Template2.html
index 72cc775..f522d9e 100644 (file)
@@ -136,7 +136,6 @@ Ext.define('Ext.Template', {
 </span>     * Returns an HTML fragment of this template with the specified values applied.
      * @param {Object/Array} values The template values. Can be an array if your params are numeric (i.e. {0}) or an object (i.e. {foo: 'bar'})
      * @return {String} The HTML fragment
-     * @hide repeat doc
      */
     applyTemplate: function(values) {
         var me = this,
@@ -187,7 +186,6 @@ Ext.define('Ext.Template', {
 <span id='Ext-Template-method-compile'>    /**
 </span>     * Compiles the template into an internal function, eliminating the RegEx overhead.
      * @return {Ext.Template} this
-     * @hide repeat doc
      */
     compile: function() {
         var me = this,