diff options
Diffstat (limited to 'files/ru/web/javascript/reference/global_objects/map')
7 files changed, 7 insertions, 7 deletions
diff --git a/files/ru/web/javascript/reference/global_objects/map/@@species/index.html b/files/ru/web/javascript/reference/global_objects/map/@@species/index.html index cd65113453..4d24379be9 100644 --- a/files/ru/web/javascript/reference/global_objects/map/@@species/index.html +++ b/files/ru/web/javascript/reference/global_objects/map/@@species/index.html @@ -103,7 +103,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Map/@@species </table> </div> -<h2 id="Смотри_так_же">Смотри так же</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Map")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/map/entries/index.html b/files/ru/web/javascript/reference/global_objects/map/entries/index.html index eb1a79956b..6cf4baca44 100644 --- a/files/ru/web/javascript/reference/global_objects/map/entries/index.html +++ b/files/ru/web/javascript/reference/global_objects/map/entries/index.html @@ -119,7 +119,7 @@ console.log(mapIter.next().value); // [Object, "baz"] </table> </div> -<h2 id="Смотри_также">Смотри также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Map.prototype.keys()")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/map/foreach/index.html b/files/ru/web/javascript/reference/global_objects/map/foreach/index.html index 27b5c25aa0..7ad360d46b 100644 --- a/files/ru/web/javascript/reference/global_objects/map/foreach/index.html +++ b/files/ru/web/javascript/reference/global_objects/map/foreach/index.html @@ -86,7 +86,7 @@ new Map([["foo", 3], ["bar", {}], ["baz", undefined]]).forEach(logMapElements); <p>{{Compat("javascript.builtins.Map.forEach")}}</p> -<h2 id="Смотри_также">Смотри также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Array.prototype.forEach()")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/map/get/index.html b/files/ru/web/javascript/reference/global_objects/map/get/index.html index be837c802e..68da178b4e 100644 --- a/files/ru/web/javascript/reference/global_objects/map/get/index.html +++ b/files/ru/web/javascript/reference/global_objects/map/get/index.html @@ -59,7 +59,7 @@ myMap.get('baz'); // Вернёт undefined. <p>{{Compat("javascript.builtins.Map.get")}}</p> -<h2 id="Смотри_также">Смотри также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Map")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/map/keys/index.html b/files/ru/web/javascript/reference/global_objects/map/keys/index.html index d7221c9a6e..ee605924ad 100644 --- a/files/ru/web/javascript/reference/global_objects/map/keys/index.html +++ b/files/ru/web/javascript/reference/global_objects/map/keys/index.html @@ -109,7 +109,7 @@ console.log(mapIter.next().value); // Object </table> </div> -<h2 id="Смотри_также">Смотри также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Map.prototype.entries()")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/map/set/index.html b/files/ru/web/javascript/reference/global_objects/map/set/index.html index b3f13a7fe5..0243b87ff5 100644 --- a/files/ru/web/javascript/reference/global_objects/map/set/index.html +++ b/files/ru/web/javascript/reference/global_objects/map/set/index.html @@ -131,7 +131,7 @@ myMap.set('bar', 'foo') <li>В Firefox 33 {{geckoRelease("33")}} и более ранних версиях <code>Map.prototype.set</code> возвращал <code>undefined</code> и не был доступен вызов его в цепочке. Это было поправлено ({{bug(1031632)}}). Данное поведение было также обнаружено в Chrome/v8 (<a href="https://code.google.com/p/v8/issues/detail?id=3410">issue</a>) и IE11.</li> </ul> -<h2 id="Смотри_также">Смотри также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Map")}}</li> diff --git a/files/ru/web/javascript/reference/global_objects/map/values/index.html b/files/ru/web/javascript/reference/global_objects/map/values/index.html index 6267dab64e..6362530ea2 100644 --- a/files/ru/web/javascript/reference/global_objects/map/values/index.html +++ b/files/ru/web/javascript/reference/global_objects/map/values/index.html @@ -108,7 +108,7 @@ console.log(mapIter.next().value); // "baz"</pre> </table> </div> -<h2 id="Смотри_также">Смотри также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Map.prototype.entries()")}}</li> |