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

Commit87d6896

Browse files
hoodmaneAgent-Hellboy
authored andcommitted
pythongh-128627: Emscripten: Add missing semicolon in ios detection code (python#135590)
1 parent0eb0a55 commit87d6896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Python/emscripten_trampoline.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function getPyEMCountArgsPtr() {
8080
// To differentiate, we check if the platform is 'MacIntel' (common for Macs and newer iPads)
8181
// AND if the device has multi-touch capabilities (navigator.maxTouchPoints > 1)
8282
(navigator.platform==='MacIntel'&&typeofnavigator.maxTouchPoints!=='undefined'&&navigator.maxTouchPoints>1)
83-
)
83+
);
8484
if (isIOS) {
8585
return0;
8686
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp