it works!!!!
[org.ibex.core.git] / src / org / ibex / Ibex.java
index 61b51a8..0aea062 100644 (file)
@@ -357,6 +357,7 @@ public final class Ibex extends JS.Cloneable {
         public JSScope getStatic() {
             try {
                 // FIXME background?
+                System.out.println("parentkey.t == " + parentkey + ".t");
                 if (t == null)
                     t = Template.buildTemplate(parentkey + ".t", parent.get(parentkey + ".t"), ibex);
                 return t.staticScope;