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:
@@ -56,6 +56,9 @@ public class CommandEvent extends Event
|
|||||||
|
|
||||||
// now trying calling it
|
// now trying calling it
|
||||||
try {
|
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);
|
fn.apply(null, args);
|
||||||
} catch (err :Error) {
|
} catch (err :Error) {
|
||||||
Log.getLog(CommandEvent).warning("Unable to call callback.", err);
|
Log.getLog(CommandEvent).warning("Unable to call callback.", err);
|
||||||
|
|||||||
Reference in New Issue
Block a user