Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Issue with Android 2.3.4 and 2.3.3 devices #7116

@skrpc

Description

@skrpc

Lines 3195 and 3222 of jquery.mobile-1.4.1.js use the token default. This is a reserved keyword and fails on Android 2.3.3 and 2.3.4 devices which I assume do not use ECMAScript Fifth edition as the issue does not occur on Android 4.0.4 device.

If I change lines 3195 and 3222 to use for example defaultDuration the issue is resolved.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions