From 39191ba808a95b04ca574b23e3b89e14d0d1b97d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 6 Apr 2012 23:36:44 +0800 Subject: [PATCH] Roo/Template.js --- Roo/Template.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Roo/Template.js b/Roo/Template.js index 7a4dedc102..6cd9dadb94 100644 --- a/Roo/Template.js +++ b/Roo/Template.js @@ -54,7 +54,8 @@ Roo.Template = function(cfg){ Roo.Template.prototype = { /** - * @cfg {String} url The Url to load the template from. + * @cfg {String} url The Url to load the template from. beware if you are loading from a url, the data may not be ready if you use it instantly.. + * it should be fixed so that template is observable... */ url : false, /** -- 2.39.2