Fixed up a number of TODOs; created a new Wrapped interface to simplify
auto-unwrapping. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4286 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -71,7 +71,7 @@ public class Config
|
||||
var listener :Function = function (evt :NetStatusEvent) :void {
|
||||
// TODO: as of beta3 there is a bug where the status
|
||||
// is always "SharedObject.Flush.Failed", even on success
|
||||
//trace("================[" + evt.info.code + "]");
|
||||
trace("================[" + evt.info.code + "]");
|
||||
if ("SharedObject.Flush.Success" == evt.info.code) {
|
||||
rl.requestCompleted(thisConfig);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user