Added a note for Future Ray.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5606 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2008-12-19 22:13:24 +00:00
parent 7be46ee045
commit 9f920ae527
@@ -56,6 +56,9 @@ public class CommandEvent extends Event
// now trying calling it
try {
// TODO: Tim Conkling has determined that fn.length will tell you the required
// number of args to a function. We may be able to do something smarter here
// with that, but I'll wait until it's a problem.
fn.apply(null, args);
} catch (err :Error) {
Log.getLog(CommandEvent).warning("Unable to call callback.", err);