move JS's Hashtable to JS.O
[org.ibex.core.git] / src / org / ibex / js / JSArray.java
index 7b90de7..168bab3 100644 (file)
@@ -5,7 +5,7 @@ import org.ibex.util.*;
 import java.util.*;
 
 /** A JavaScript JSArray */
-public class JSArray extends JS {
+public class JSArray extends JS.BT {
     private static final Object NULL = new Object();
     
     public JSArray() { }