Skip to content

Uncaught Type Error when mobile false enabled #49

Description

@robico

Everything loads fine on desktop but when the mobile: false setting is set in the init code, I get the following error:

"Uncaught TypeError: this.boxes.push is not a function" from wow.js:1:4068

The init code is:
(function ($) {
new WOW({offset: 100, mobile: false}).init();
})(jQuery);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions