2004/01/13 10:27:47
[org.ibex.core.git] / src / org / xwt / js / JSScope.java
index 2dedfc1..a504d8d 100644 (file)
@@ -5,6 +5,7 @@ import org.xwt.util.*;
 import java.io.*;
 import java.util.*;
 
+// FIXME: should allow parentScope to be a JS, not a JSScope
 /** Implementation of a JavaScript Scope */
 public class JSScope extends JS {