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:
@@ -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]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user