2003/06/16 08:44:09
[org.ibex.core.git] / src / org / xwt / js / ArrayImpl.java
index 37403bd..22e9f23 100644 (file)
@@ -5,6 +5,8 @@ import org.xwt.util.*;
 import java.io.*;
 import java.util.*;
 
+// FIXME: could use some cleaning up...
+
 /** A JavaScript Array */
 class ArrayImpl extends JS.Obj {
     private Vec vec = new Vec();