2003/09/24 07:33:32
[org.ibex.core.git] / src / org / xwt / js / CompiledFunctionImpl.java
index 87c527c..f118b76 100644 (file)
@@ -4,7 +4,6 @@ package org.xwt.js;
 import org.xwt.util.*;
 import java.io.*;
 
-// FIXME: could use some cleaning up
 /** a JavaScript function, compiled into bytecode */
 class CompiledFunctionImpl extends JS.Callable implements ByteCodes, Tokens {