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.

jqm 1.4.1 ie8 jquery.mobile-1.4.1.js error #7121

@nickrice

Description

@nickrice

On a totally cut down test page running ie8 on XP I'm getting an "Expected identifier" error:
Details using the non-minified version:

Message: Expected identifier
Line: 3195
Char: 40
Code: 0
URI: http://example.com/js/jquery.mobile-1.4.1.js

This is the line in if statement:
if ( duration === 0 || duration === undefined ) {
duration = $.fn.animationComplete.default;
}

It doesn't happen in 1.4.0.

The full page code is,

<title>Test</title> <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script> <script src="js/jquery.mobile-1.4.1.js"></script>

testing

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions