local scope vars indexed by number
[org.ibex.core.git] / src / org / ibex / js / JSRegexp.java
index d352ce6..75503ac 100644 (file)
@@ -4,7 +4,7 @@ package org.ibex.js;
 import gnu.regexp.*;
 
 /** A JavaScript regular expression object */
-class JSRegexp extends JS {
+public class JSRegexp extends JS {
     private boolean global;
     private RE re;
     private int lastIndex;