Skip to content

Commit

Permalink
Change: コメントを合わせる
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi authored Mar 24, 2024
1 parent d55b42b commit 324dd3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backend/mobile/sandbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ import {
const toStaticPath = (fileName: string) => `/${fileName}`;

/**
* Browser版のSandBox実装
* スマホ版のSandBox実装
* src/type/preload.tsのSandboxを変更した場合は、interfaceに追従した変更が必要
* まだ開発中のため、Browser版の実装も同時に行えない場合は、メソッドを追加して throw new Error() する
* スマホ版では利用しない場合は、メソッドを追加して throw new Error() する
*/
export const api: Sandbox = {
getAppInfos() {
Expand Down

0 comments on commit 324dd3f

Please sign in to comment.