MethodQueue -> DelayUtil.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5981 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2009-10-21 21:49:17 +00:00
parent 90c97a54b3
commit b124934a97
@@ -26,8 +26,8 @@ import flash.events.TimerEvent;
import flash.utils.Timer;
import com.threerings.util.DelayUtil;
import com.threerings.util.Log;
import com.threerings.util.MethodQueue;
import com.threerings.util.Throttle;
import com.threerings.presents.client.InvocationService_ConfirmListener;
@@ -113,7 +113,7 @@ public class Client extends EventDispatcher
public function callLater (fn :Function, args :Array = null) :void
{
MethodQueue.callLater(fn, args);
DelayUtil.delayFrame(fn, args);
}
public function getHostname () :String