aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/rtcpeerconnection/connectionstate
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/rtcpeerconnection/connectionstate')
-rw-r--r--files/ru/web/api/rtcpeerconnection/connectionstate/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/rtcpeerconnection/connectionstate/index.html b/files/ru/web/api/rtcpeerconnection/connectionstate/index.html
index 146332e983..84a6b0ca74 100644
--- a/files/ru/web/api/rtcpeerconnection/connectionstate/index.html
+++ b/files/ru/web/api/rtcpeerconnection/connectionstate/index.html
@@ -11,7 +11,7 @@ translation_of: Web/API/RTCPeerConnection/connectionState
<h2 id="Синтаксис">Синтаксис</h2>
-<pre class="syntaxbox notranslate">var <em>connectionState</em> = <em>RTCPeerConnection</em>.connectionState;</pre>
+<pre class="syntaxbox">var <em>connectionState</em> = <em>RTCPeerConnection</em>.connectionState;</pre>
<h3 id="Значение">Значение</h3>
@@ -21,7 +21,7 @@ translation_of: Web/API/RTCPeerConnection/connectionState
<h2 id="Пример">Пример</h2>
-<pre class="brush: js notranslate">var pc = new RTCPeerConnection(configuration);
+<pre class="brush: js">var pc = new RTCPeerConnection(configuration);
/* ... */