2003/07/06 13:42:15
[org.ibex.core.git] / src / org / xwt / js / ScopeImpl.java
index 52a74f5..9185868 100644 (file)
@@ -31,4 +31,5 @@ class ScopeImpl extends JS.Obj {
         if (isTransparent()) parentScope.declare(s);
         else super.put(s, NULL_PLACEHOLDER);
     }
+    public Scope getParentScope() { return parentScope; }
 }