finished updating xt for new JS API
[org.ibex.xt.git] / src / org / ibex / xt / Prevalence.java
index 98f8071..7245386 100644 (file)
@@ -62,7 +62,7 @@ public class Prevalence {
                     System.err.println("configuring with " + manager);
                     pf.configureSnapshotManager(manager);
                     */
-                    //pf.configureSnapshotManager(new SnapshotManager(new JS(), base));
+                    pf.configureSnapshotManager(new SnapshotManager(new JS.Obj(), base));
                     //pf.configureClassLoader(JSTransaction.class.getClassLoader());
                     prevayler = pf.create();
                     prevaylers.put(cx, prevayler);