Skip to content

pagecontainer load method's showLoadMsg option defaults to false, not true #241

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

Closed
globalmatt opened this issue Jan 29, 2014 · 0 comments
Closed

Comments

@globalmatt
Copy link

According to http://api.jquerymobile.com/pagecontainer/#method-load the default value for the load method's showLoadMsg option is true. However, looking at the code, the default value appears to be false:

    _loadDefaults: {
        ...
        showLoadMsg: false,
        ...
    },

(The change method's showLoadMsg option does default to true, so the API docs for change are correct.)

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

Successfully merging a pull request may close this issue.

1 participant