Roo/Template.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 6 Apr 2012 15:29:06 +0000 (23:29 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 6 Apr 2012 15:29:06 +0000 (23:29 +0800)
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 = {