Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReferenceError: doneResizing is not defined #105

Closed
NenadObradovic opened this issue Apr 3, 2018 · 3 comments
Closed

ReferenceError: doneResizing is not defined #105

NenadObradovic opened this issue Apr 3, 2018 · 3 comments
Labels

Comments

@NenadObradovic
Copy link

@NenadObradovic NenadObradovic commented Apr 3, 2018

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

This comment has been minimized.

Copy link
Owner

@alvarotrigo alvarotrigo commented Apr 3, 2018

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.

@alvarotrigo alvarotrigo added the bug label Apr 3, 2018
@NenadObradovic

This comment has been minimized.

Copy link
Author

@NenadObradovic NenadObradovic commented Apr 4, 2018

You are welcome, I will wait new release ;)

Nenad

alvarotrigo added a commit that referenced this issue Aug 1, 2018
- Fixed bug: doneResizing is not defined #105
@alvarotrigo

This comment has been minimized.

Copy link
Owner

@alvarotrigo alvarotrigo commented Aug 1, 2018

Fixed on multiScroll 0.2.2!!

@alvarotrigo alvarotrigo closed this Aug 1, 2018
@alvarotrigo alvarotrigo added the fixed label Aug 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.