Don't do it twice. Yes, I'm embracing making things more "actionscripty",

including some implicit coercian to a Boolean, which can actually
be quite dangerous... but only with Strings and Numbers and whatnot.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5907 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2009-08-13 06:23:27 +00:00
parent ac2a633047
commit 8284198e57
@@ -40,9 +40,6 @@ public class ObjectInputStream
public function ObjectInputStream (source :IDataInput = null, clientProps :Object = null)
{
if (source == null) {
source = new ByteArray();
}
_source = source || new ByteArray();
_cliProps = clientProps || {};
}