get rid of JS.BT
[org.ibex.core.git] / src / org / ibex / js / JSScope.java
index 5036220..9fbd3e2 100644 (file)
@@ -3,8 +3,7 @@ package org.ibex.js;
 
 // FIXME: should allow parentScope to be a JS, not a JSScope
 /** Implementation of a JavaScript Scope */
-// HACK: JSScope doesn't really need the BT, this is just for Box.java 
-public class JSScope extends JS.BT { 
+public class JSScope extends JS.O { 
 
     private JSScope parentScope;