aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/event
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-03-21 15:34:50 +0300
committerGitHub <noreply@github.com>2021-03-21 15:34:50 +0300
commitfc853997358a3d2b6cd756655457af317b304d48 (patch)
treec6973ccc997f39a7c28ecdc935436856863b6c13 /files/ru/web/api/event
parent8b7a5fdbf9223d5ebbaed1c04801a61b5b88b870 (diff)
downloadtranslated-content-fc853997358a3d2b6cd756655457af317b304d48.tar.gz
translated-content-fc853997358a3d2b6cd756655457af317b304d48.tar.bz2
translated-content-fc853997358a3d2b6cd756655457af317b304d48.zip
Unify Russian translation of "See also" (#255)
Diffstat (limited to 'files/ru/web/api/event')
-rw-r--r--files/ru/web/api/event/currenttarget/index.html2
-rw-r--r--files/ru/web/api/event/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/event/currenttarget/index.html b/files/ru/web/api/event/currenttarget/index.html
index c16a91e1f0..e89c9bbb2f 100644
--- a/files/ru/web/api/event/currenttarget/index.html
+++ b/files/ru/web/api/event/currenttarget/index.html
@@ -102,6 +102,6 @@ for(var i = 0; i &lt; ps.length; i++){
<p>[1] В Internet Explorer с 6 по 8, событийная модель иная. Слушатели событий привяззываются к нестандартному методу <code>element.attachEvent</code>. В данной модели не существует эквивалента <code>event.currentTarget</code> и <code>this</code> - это глобальный объект. Единственный способ имитировать свойство <code>event.currentTarget</code> - обернуть ваш обработчик в функцию, вызывающую обработчик с использованием <code>Function.prototype.call</code> с элементом в качестве первого аргумента. Данным способом <code>this</code> примет ожидаемое значение.</p>
-<h2 id="См.также">См.также</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<p><a href="/en-US/docs/Web/API/Event/Comparison_of_Event_Targets">Comparison of Event Targets</a></p>
diff --git a/files/ru/web/api/event/index.html b/files/ru/web/api/event/index.html
index 05babc71de..7141afc3c5 100644
--- a/files/ru/web/api/event/index.html
+++ b/files/ru/web/api/event/index.html
@@ -235,7 +235,7 @@ translation_of: Web/API/Event
<p>[1] До Firefox 52, это свойство было определено в интерфейсе {{domxref("UIEvent")}}. Для деталей смотрите {{bug(1298970)}}.</p>
-<h2 id="See_also" name="See_also">Смотрите так же</h2>
+<h2 id="See_also" name="See_also">Смотрите также</h2>
<ul>
<li>Типы событий: <a href="/en-US/docs/Web/Reference/Events">Event reference</a></li>