From 8ded1a9e170e027bb782a8890a9c169ea20950b3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 6 Apr 2012 23:28:42 +0800 Subject: [PATCH] Roo/Template.js --- Roo/Template.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Roo/Template.js b/Roo/Template.js index b415e80e55..bbf3ce1f70 100644 --- a/Roo/Template.js +++ b/Roo/Template.js @@ -117,10 +117,11 @@ Roo.Template.prototype = { if (this.loading) { return; } + var _t = this; this.loading = true; this.compiled = false; - var _t = this; + var cx = new Roo.data.Connection(); cx.request({ url : this.url, -- 2.39.2