mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -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]
|
* @author tlwr [toby@toby.codes]
|
||||||
*
|
*
|
||||||
* @param {File[]} files
|
* @param {Object[]} files
|
||||||
* @returns {html}
|
* @returns {html}
|
||||||
*/
|
*/
|
||||||
displayFilesAsHTML: function(files){
|
displayFilesAsHTML: function(files){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue