Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Extra ) in The Configuration Block#348

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
bdg221 wants to merge1 commit intomathjax:master
base:master
Choose a base branch
Loading
frombdg221:patch-1

Conversation

@bdg221
Copy link

Currently, there is an extra) at the end of the value portion of thebaseURL parameter.

    baseURL:                   // URL for use with links to tags (when there is a <base> tag in effect)       (document.getElementsByTagName('base').length === 0) ?        '' : String(document.location).replace(/#.*$/, '')),

If the code is copied and tested as it currently is in the docs, it results in the following error in the console:
Uncaught SyntaxError: missing } after property list test.html:31:63
note: { opened at line 9, column 12test.html:9:12

While this seems quite benign, the problem is that parameter changes before this invalid line are ignored. For example, settingmaxBuffer: 50 * 1024 does not get implemented due to the error which can lead to confusion.

@bdg221
Copy link
Author

bdg221 commentedMar 10, 2025
edited
Loading

I just saw theprevious PR where this was fixed, but the submitter was told that it was actually valid. I promise you it is not correct. :-)

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

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@bdg221

[8]ページ先頭

©2009-2025 Movatter.jp