Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upUncaught ReferenceError: lastScrolledDestiny is not defined #98
Comments
This comment has been minimized.
This comment has been minimized.
I encountered this problem, the solution for me was to require the NPM library, instead of just importing the jquery.multiscroll.min.js from my vendor scripts folder. |
This comment has been minimized.
This comment has been minimized.
Can you please provide a link with an isolated reproduction of the issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting the above error in chrome.
i'm using browserfy to bundle my js so in my packages.json i have the following
"browser": {
},
Then in my js i'm doing
`import "jquery.easings";
import "multiscroll";
var Home =
{
"Init": function () {
$("#multiscroll").multiscroll();
},
};
module.exports = Home;`
any idea why this error is showing? seems to function fine even with it. thanks
Just to add to this, this error is stopping the navigation active class being removed and applied to the current slide.