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 --- .../archive/mozilla/xul/method/getpreviousitem/index.html | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 files/ja/archive/mozilla/xul/method/getpreviousitem/index.html (limited to 'files/ja/archive/mozilla/xul/method/getpreviousitem/index.html') diff --git a/files/ja/archive/mozilla/xul/method/getpreviousitem/index.html b/files/ja/archive/mozilla/xul/method/getpreviousitem/index.html deleted file mode 100644 index 7f51dcbac1..0000000000 --- a/files/ja/archive/mozilla/xul/method/getpreviousitem/index.html +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: getPreviousItem -slug: Archive/Mozilla/XUL/Method/getPreviousItem -tags: - - XUL Methods - - XUL Reference -translation_of: Archive/Mozilla/XUL/Method/getPreviousItem ---- -
- « XUL リファレンス HOME
-
-
getPreviousItem( startItem, delta )
-
戻り値の型: 要素
-
このメソッドはstartItem で指定した項目から与えられた間隔 (delta) だけ前の項目を返します。項目が存在しない場合は null を返します。次の例は someItem より 5 行前の項目を返します: getPreviousItem ( someItem, 5 );
-
-- cgit v1.2.3-54-g00ecf