瀏覽代碼

Document the AnimationUtils methods correctly

Ford Hurley 8 年之前
父節點
當前提交
b385a0dd09
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/api/animation/AnimationUtils.html

+ 2 - 2
docs/api/animation/AnimationUtils.html

@@ -18,12 +18,12 @@
 
 
     <h3>[method:Array arraySlice]( array, from, to )</h3>
     <h3>[method:Array arraySlice]( array, from, to )</h3>
     <div>
     <div>
-    Convert an array to a specific type.
+    This is the same as  Array.prototype.slice, but also works on typed arrays.
     </div>
     </div>
 
 
     <h3>[method:Array convertArray]( array, type, forceClone )</h3>
     <h3>[method:Array convertArray]( array, type, forceClone )</h3>
     <div>
     <div>
-    This is the same as  Array.prototype.slice, but also works on typed arrays.
+    Convert an array to a specific type.
     </div>
     </div>
 
 
     <h3>[method:Boolean isTypedArray]( object )</h3>
     <h3>[method:Boolean isTypedArray]( object )</h3>