Checkpoint.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3864 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-02-19 23:35:22 +00:00
parent bb379347f0
commit 7a353e6722
8 changed files with 25 additions and 8 deletions
@@ -69,7 +69,7 @@ public class DObject // extends EventDispatcher
postEvent(new MessageEvent(_oid, name, args));
}
public function postEvent (DEvent event) :void
public function postEvent (event :DEvent) :void
{
// TODO: transactons?
if (_omgr != null) {