unreachable code after return statement

I noticed that I have this error in my firefox console, this comes from this piece of code:

Apparently this comes from inc/jquery.webForms.js

Anyone know anything about this mistake?
               

// Note: Do not delete parent only. It is present not everytime
            })
            .insertAfter($eInput.parent());
        });
       
        return this; }

    $.fn.multiplyable = function() {
        $(this).each(function() {
            var $input = $(this);
            var $inputParent = $input.parent();
            var $wrapper = $inputParent.clone().children().remove().end();
Baloo
Quote · 25 Jan 2017

Could you provide the full error message ? 

How to reproduce it ?

Rules → http://www.boonex.com/terms
Quote · 29 Jan 2017

You also have it on demo ...



2017-01-31_18-29-47.jpg · 315.5K · 394 views
Baloo
Quote · 31 Jan 2017

I see no problem in this code, I think it's false positive message.

Rules → http://www.boonex.com/terms
Quote · 4 Feb 2017

Ok, thanks Alex

Baloo
Quote · 4 Feb 2017
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.