fixed bug 441
authoradam <adam@megacz.com>
Mon, 9 Feb 2004 23:01:35 +0000 (23:01 +0000)
committeradam <adam@megacz.com>
Mon, 9 Feb 2004 23:01:35 +0000 (23:01 +0000)
darcs-hash:20040209230135-5007d-5752581cbf00fb1a949c0da82bb34a5bf1bb2cb8.gz

src/org/ibex/Ibex.java

index 6a2a58a..8d86da7 100644 (file)
@@ -335,7 +335,8 @@ public final class Ibex extends JS.Cloneable {
         public JSScope getStatic() {
             try {
                 // FIXME background?
         public JSScope getStatic() {
             try {
                 // FIXME background?
-                if (t == null) t = Template.buildTemplate(parentkey + ".t", Stream.getInputStream(parent.get(parentkey + ".t")), ibex);
+                if (t == null)
+                    t = Template.buildTemplate(parentkey + ".t", Stream.getInputStream(parent.get(parentkey + ".t")), ibex);
                 return t.staticScope;
             } catch (Exception e) {
                 Log.error(this, e);
                 return t.staticScope;
             } catch (Exception e) {
                 Log.error(this, e);