From dd970ebde4659015cacb03f3cec08ba3662f76b7 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Sat, 20 Mar 2021 18:32:06 -0700 Subject: remove fx_minversion_inline macro calls (#258) --- files/ja/orphaned/map/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ja/orphaned') diff --git a/files/ja/orphaned/map/index.html b/files/ja/orphaned/map/index.html index add15f8441..970083dc95 100644 --- a/files/ja/orphaned/map/index.html +++ b/files/ja/orphaned/map/index.html @@ -47,7 +47,7 @@ original_slug: Map myMap.clear() - {{ fx_minversion_inline("19") }} Removes all key/value pairs from myMap. + Removes all key/value pairs from myMap. Property @@ -57,7 +57,7 @@ original_slug: Map myMap.size

Returns the number of key/value pairs in myMap.

- {{ fx_minversion_inline("19") }}In Firefox 18 and earlier, size was a method. In Firefox 19 and later it is a property. + In Firefox 18 and earlier, size was a method. In Firefox 19 and later it is a property. -- cgit v1.2.3-54-g00ecf