diff --git a/docs/api/animation/AnimationUtils.html b/docs/api/animation/AnimationUtils.html index bee173671a6179b414938f9c2a1d907f75eb16c1..e57eb52a8a589094ac39dd75aca50f9ba7f4c54b 100644 --- a/docs/api/animation/AnimationUtils.html +++ b/docs/api/animation/AnimationUtils.html @@ -18,12 +18,12 @@

[method:Array arraySlice]( array, from, to )

- Convert an array to a specific type. + This is the same as Array.prototype.slice, but also works on typed arrays.

[method:Array convertArray]( array, type, forceClone )

- This is the same as Array.prototype.slice, but also works on typed arrays. + Convert an array to a specific type.

[method:Boolean isTypedArray]( object )