Roo/Template.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 6 Apr 2012 15:36:44 +0000 (23:36 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 6 Apr 2012 15:36:44 +0000 (23:36 +0800)
Roo/Template.js

index 7a4dedc..6cd9dad 100644 (file)
@@ -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,
     /**