alvarotrigo / multiscroll.js

multiscroll plugin by Alvaro Trigo. Create scrolling split websites. http://alvarotrigo.com/multiScroll/
Other
1.59k stars 367 forks source link

ReferenceError: doneResizing is not defined #105

Closed NenadObradovic closed 6 years ago

NenadObradovic commented 6 years ago

Hi,

When you destory() / build() slider, you will get this error. Could you please check this? Thanks

Example

$(window).resize(function () {
    if ($(window).width() <= 1024) {
        $.fn.multiscroll.destroy();
    } else {
        $.fn.multiscroll.build();
    }
});

Nenad

alvarotrigo commented 6 years ago

Thanks for reporting it! I'll mark it as a bug.

If you are in a rush and really need a quick fix, feel free to contact me for custom support.

NenadObradovic commented 6 years ago

You are welcome, I will wait new release ;)

Nenad

alvarotrigo commented 6 years ago

Fixed on multiScroll 0.2.2!!