Roo/Template.js
[roojs1] / Roo / Template.js
index bbf3ce1..96d1329 100644 (file)
@@ -44,7 +44,9 @@ Roo.Template = function(cfg){
         // bc
         this.html = cfg;
     }
-    
+    if (this.url) {
+        this.load();
+    }
     
 };
 Roo.Template.prototype = {