Commit 1d2ab53f authored by Tristan Cavelier's avatar Tristan Cavelier

bad yuidoc syntax docstring -> fixed

parent 05882104
...@@ -339,7 +339,7 @@ exports.util.blobAsBinaryString = blobAsBinaryString; ...@@ -339,7 +339,7 @@ exports.util.blobAsBinaryString = blobAsBinaryString;
* array. It extends the original array and return it. * array. It extends the original array and return it.
* *
* @param {Array} array The array to extend * @param {Array} array The array to extend
* @param {Any} [args*] Values to add in the array * @param {Any} [args]* Values to add in the array
* @return {Array} The original array * @return {Array} The original array
*/ */
function arrayExtend(array) { // args* function arrayExtend(array) { // args*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment