aboutsummaryrefslogtreecommitdiff
path: root/files/ja/orphaned
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/orphaned')
-rw-r--r--files/ja/orphaned/map/index.html4
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>