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

Commitf957fda

Browse files
committed
remove async from method that is not async anymore
1 parentf5a6a87 commitf957fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pyscriptjs/src/components/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ function createWidget(name: string, code: string, klass: string) {
218218
});
219219
}
220220

221-
asyncregisterWidget(){
221+
registerWidget(){
222222
constpyodide=runtime;
223223
console.log('new widget registered:',this.name);
224224
pyodide.globals.set(this.id,this.proxy);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp