Commit 0c241764 authored by Tristan Cavelier's avatar Tristan Cavelier

bad yuidoc syntax docstring -> fixed

parent 71c385e0
......@@ -339,7 +339,7 @@ exports.util.blobAsBinaryString = blobAsBinaryString;
* array. It extends the original array and return it.
*
* @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
*/
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