Fix JSdoc block

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2021-03-20 01:32:35 +01:00
parent 43a5c3cb76
commit a319364d7b
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -1299,7 +1299,7 @@ Navigation.ResizeHandler = function () {
/**
* Init handlers for the tree resizers
*
* @return void
* @return {void}
*/
this.treeInit = function () {
const isLoadedOnMobile = $(window).width() < 768;