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

index b415e80..bbf3ce1 100644 (file)
@@ -117,10 +117,11 @@ Roo.Template.prototype = {
         if (this.loading) {
             return;
         }
         if (this.loading) {
             return;
         }
+        var _t = this;
         
         this.loading = true;
         this.compiled = false;
         
         this.loading = true;
         this.compiled = false;
-        var _t = this;
+        
         var cx = new Roo.data.Connection();
         cx.request({
             url : this.url,
         var cx = new Roo.data.Connection();
         cx.request({
             url : this.url,