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

index d39cf94..121b462 100644 (file)
@@ -67,11 +67,7 @@ Roo.Template.prototype = {
     applyTemplate : function(values){
         try {
             _t= this;
-            if (this.url) {
-                this.afterLoad = function () { _t.applyTemplate(values); };
-                this.load();
-                return;
-            }
+          
             if(this.compiled){
                 return this.compiled(values);
             }