From 980fe00a74a9ad013b945755415ace2e5429c3c2 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 27 Oct 2021 02:31:24 +0300 Subject: [RU] Remove notranslate (#2874) --- files/ru/web/api/event/currenttarget/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ru/web/api/event/currenttarget') diff --git a/files/ru/web/api/event/currenttarget/index.html b/files/ru/web/api/event/currenttarget/index.html index cfdabb8a64..581a0f198b 100644 --- a/files/ru/web/api/event/currenttarget/index.html +++ b/files/ru/web/api/event/currenttarget/index.html @@ -11,7 +11,7 @@ translation_of: Web/API/Event/currentTarget

event.currentTarget используется, когда один и тот же обработчик события присваивается нескольким элементам.

-
function hide(e){
+
function hide(e){
   e.currentTarget.style.visibility = "hidden";
   // Когда данная функция используется в качестве обработчика события: this === e.currentTarget
 }
-- 
cgit v1.2.3-54-g00ecf