mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Fix JSDoc return type for displayFilesAsHTML
This commit is contained in:
parent
442dd560c0
commit
1653cbf817
1 changed files with 1 additions and 1 deletions
|
@ -934,7 +934,7 @@ var Utils = {
|
|||
*
|
||||
* @author tlwr [toby@toby.codes]
|
||||
*
|
||||
* @param {File[]} files
|
||||
* @param {Object[]} files
|
||||
* @returns {html}
|
||||
*/
|
||||
displayFilesAsHTML: function(files){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue