From 2b0978605d2db5051ab452bd9cbe320449983382 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 6 Apr 2012 23:25:40 +0800 Subject: [PATCH] Roo/Template.js --- Roo/Template.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Roo/Template.js b/Roo/Template.js index ea096debaa..9bf53bb363 100644 --- a/Roo/Template.js +++ b/Roo/Template.js @@ -49,6 +49,10 @@ Roo.Template = function(cfg){ }; Roo.Template.prototype = { + /** + * @cfg {String} url The Url to load the template from. + */ + url : false, /** * @cfg {String} html The HTML fragment or an array of fragments to join("") or multiple arguments to join("") */ @@ -60,7 +64,7 @@ Roo.Template.prototype = { */ applyTemplate : function(values){ try { - + if () if(this.compiled){ return this.compiled(values); } -- 2.39.2