diff options
author | Ryan Johnson <rjohnson@mozilla.com> | 2021-03-20 18:32:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-20 18:32:06 -0700 |
commit | dd970ebde4659015cacb03f3cec08ba3662f76b7 (patch) | |
tree | 22fce3103c66822def150bdcd5934b143ce775cd /files/ja/orphaned | |
parent | 42fa0779cb86e303db29e3603901b000523173cf (diff) | |
download | translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.tar.gz translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.tar.bz2 translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.zip |
remove fx_minversion_inline macro calls (#258)
Diffstat (limited to 'files/ja/orphaned')
-rw-r--r-- | files/ja/orphaned/map/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 </tr> <tr> <td><code>myMap.clear()</code></td> - <td>{{ fx_minversion_inline("19") }} Removes all key/value pairs from <code>myMap</code>.</td> + <td>Removes all key/value pairs from <code>myMap</code>.</td> </tr> <tr> <th>Property</th> @@ -57,7 +57,7 @@ original_slug: Map <td><code>myMap.size</code></td> <td> <p>Returns the number of key/value pairs in <code>myMap</code>.</p> - {{ fx_minversion_inline("19") }}In Firefox 18 and earlier, <code>size</code> was a method. In Firefox 19 and later it is a property.</td> + In Firefox 18 and earlier, <code>size</code> was a method. In Firefox 19 and later it is a property.</td> </tr> </tbody> </table> |