upgraded xt some more
[org.ibex.xt.git] / src / org / ibex / xt / Prevalence.java
index 7245386..cd7546f 100644 (file)
@@ -75,10 +75,10 @@ public class Prevalence {
     public static class JSTransaction implements Transaction {
         public static final long serialVersionUid = 0xfb2aa281;
         private JS js;
-        Template.Scope newscope;
+        Scope newscope;
         String[] v;
         public JSTransaction(JS js) throws JSExn {
-            newscope = new Template.Scope(null);
+            newscope = new Scope(null);
             this.js = JSU.cloneWithNewGlobalScope(js, newscope);
             v = this.js.getFormalArgs();
             for(int i=0; i<v.length; i++) {