X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/Template2.html diff --git a/docs/source/Template2.html b/docs/source/Template2.html index 72cc7757..f522d9e3 100644 --- a/docs/source/Template2.html +++ b/docs/source/Template2.html @@ -136,7 +136,6 @@ Ext.define('Ext.Template', { * 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', { /** * Compiles the template into an internal function, eliminating the RegEx overhead. * @return {Ext.Template} this - * @hide repeat doc */ compile: function() { var me = this,