Skip to content
Snippets Groups Projects
Unverified Commit e66eab23 authored by Daniel Rudolf's avatar Daniel Rudolf
Browse files

phpDoc class docs: Remove superflous @return void

parent 23a907d2
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,6 @@ utils.canSlide = function ()
* @param function finishCallback function to call when the animation has
* been finished (i.e. the element is hidden)
* @param function startCallback function to call when the animation starts
* @return void
*/
utils.slideUp = function (element, finishCallback, startCallback)
{
......@@ -76,7 +75,6 @@ utils.slideUp = function (element, finishCallback, startCallback)
* @param function finishCallback function to call when the animation has
* been finished (i.e. the element is visible)
* @param function startCallback function to call when the animation starts
* @return void
*/
utils.slideDown = function (element, finishCallback, startCallback)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment