2004/01/13 03:59:36
[org.ibex.core.git] / src / org / xwt / js / JSFunction.java
index 2f24e9a..a1e6564 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL]
+// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
 package org.xwt.js;
 
 import org.xwt.util.*;
@@ -72,6 +72,7 @@ public class JSFunction extends JS implements ByteCodes, Tokens, org.xwt.Schedul
         return cx.resume();
     }
 
+    public JSScope getParentScope() { return parentScope; }
 
     // Adding and Altering Bytecodes ///////////////////////////////////////////////////