JS now implements Serializable, does not inherit BalancedTree
[org.ibex.js.git] / src / org / ibex / js / JS.java
index f6b1583..3a11127 100644 (file)
@@ -6,7 +6,7 @@ import java.io.*;
 import java.util.*;
 
 /** The minimum set of functionality required for objects which are manipulated by JavaScript */
-public class JS /*extends org.ibex.util.BalancedTree*/{ 
+public class JS /*extends org.ibex.util.BalancedTree*/ implements Serializable { 
 
     public static boolean checkAssertions = false;