local scope vars indexed by number
[org.ibex.core.git] / src / org / ibex / js / JSArray.java
index 5afa82a..a9483d0 100644 (file)
@@ -5,7 +5,7 @@ import org.ibex.util.*;
 import java.util.*;
 
 /** A JavaScript JSArray */
-class JSArray extends JS.O {
+public class JSArray extends JS.O {
     private static final Object NULL = new Object();
     private final BalancedTree bt = new BalancedTree();