Roo/Template.js
[roojs1] / Roo / Template.js
index 7a4dedc..af49591 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,
     /**
@@ -68,8 +69,7 @@ Roo.Template.prototype = {
      */
     applyTemplate : function(values){
         try {
-            _t= this;
-          
+           
             if(this.compiled){
                 return this.compiled(values);
             }