Do what we say we're going to do.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4565 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2007-02-12 19:08:08 +00:00
parent 02387b46ec
commit f461149176
+1 -1
View File
@@ -58,7 +58,7 @@ public dynamic class TypedArray extends Array
public function addAll (other :Array) :void
{
for (var ii :int = 0; ii < other.length; ii++) {
this[ii] = other[ii];
push(other[ii]);
}
}