From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- .../install_object/methods/alert/index.html | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 files/ja/xpinstall_api_reference/install_object/methods/alert/index.html (limited to 'files/ja/xpinstall_api_reference/install_object/methods/alert/index.html') diff --git a/files/ja/xpinstall_api_reference/install_object/methods/alert/index.html b/files/ja/xpinstall_api_reference/install_object/methods/alert/index.html deleted file mode 100644 index 00ae48bf52..0000000000 --- a/files/ja/xpinstall_api_reference/install_object/methods/alert/index.html +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: alert -slug: XPInstall_API_Reference/Install_Object/Methods/alert -translation_of: Archive/Mozilla/XPInstall/Reference/Install_Object/Methods/alert ---- -

概要

-

引数に指定したメッセージを持つモーダルダイアログボックスを表示します。

- -

Method of

-

Install オブジェクトのメソッド

-

構文

-
void alert ( String message );
-
-

引数

-

message 引数はダイアログボックス内の文字列として表示されます。メッセージが文字列でない場合は、変換されて表示されます。

-

戻り値

-

無し

-- cgit v1.2.3-54-g00ecf