From 841aae260382e2bf5ebb44d765d8c7301d27caab Mon Sep 17 00:00:00 2001 From: Alexey Istomin Date: Sat, 20 Mar 2021 18:37:44 +0300 Subject: Restore "ё" letter in Russian translation (#239) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs(ru): restore ё letter * docs(ru): resolve conflicts * refactor(idea): remove ide folder --- files/ru/web/api/selection/tostring/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ru/web/api/selection') diff --git a/files/ru/web/api/selection/tostring/index.html b/files/ru/web/api/selection/tostring/index.html index 63899ce9d7..0e1dede357 100644 --- a/files/ru/web/api/selection/tostring/index.html +++ b/files/ru/web/api/selection/tostring/index.html @@ -30,7 +30,7 @@ translation_of: Web/API/Selection/toString

Этот метод возвращает выделенный текст.

-

В JavaScript, этот метод вызывается автоматически, когда функция, которой он передается, требует строку:

+

В JavaScript, этот метод вызывается автоматически, когда функция, которой он передаётся, требует строку:

alert(window.getSelection()) // What is called
 alert(window.getSelection().toString())  // What is actually being effectively called.
-- 
cgit v1.2.3-54-g00ecf