From: adam Date: Mon, 21 Feb 2005 09:25:43 +0000 (+0000) Subject: upgraded xt some more X-Git-Url: http://git.megacz.com/?p=org.ibex.xt.git;a=commitdiff_plain;h=507fd40aa9c563c5fdeeac08929523f9fdd35590 upgraded xt some more darcs-hash:20050221092543-5007d-043da89d1943d44ab80b8fbe91d77e817daf9fe0.gz --- diff --git a/src/org/ibex/xt/Prevalence.java b/src/org/ibex/xt/Prevalence.java index 7245386..cd7546f 100644 --- a/src/org/ibex/xt/Prevalence.java +++ b/src/org/ibex/xt/Prevalence.java @@ -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