From 1416c1ccdb9abcd6f0e30a4ab04e98818358ce13 Mon Sep 17 00:00:00 2001 From: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> Date: Wed, 17 Mar 2021 21:18:37 +0300 Subject: Fix direction of text in the JS example Fixes issue #198: right-to-left text in the JS example in https://developer.mozilla.org/ru/docs/Web/API/Document/readyState. --- files/ru/web/api/document/readystate/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ru/web/api/document') diff --git a/files/ru/web/api/document/readystate/index.html b/files/ru/web/api/document/readystate/index.html index 6e9a13266d..52eb1850bb 100644 --- a/files/ru/web/api/document/readystate/index.html +++ b/files/ru/web/api/document/readystate/index.html @@ -37,7 +37,7 @@ translation_of: Web/API/Document/readyState
switch (document.readyState) {
+switch (document.readyState) {
case "loading":
// Страница все еще загружается
break;
--
cgit v1.2.3-54-g00ecf