move JS's Hashtable to JS.O
[org.ibex.core.git] / src / org / ibex / js / JSScope.java
index e133f4c..663e24d 100644 (file)
@@ -4,7 +4,8 @@ package org.ibex.js;
 // FIXME: should allow parentScope to be a JS, not a JSScope
 // FIXME: Index local vars by number and lookup in an array
 /** Implementation of a JavaScript Scope */
-public class JSScope extends JS { 
+// HACK = JSScope doesn't really need the BT, this is just for Box.java 
+public class JSScope extends JS.BT { 
 
     private JSScope parentScope;